Skip to content

Commit

Permalink
Merge pull request 'Update all non-major dependencies' (khuedoan#12) …
Browse files Browse the repository at this point in the history
…from renovate/all-minor-patch into master

Reviewed-on: https://git.zanelab.com/zhala/homelab/pulls/12
  • Loading branch information
zanehala committed Feb 10, 2023
2 parents c426f62 + ee18987 commit 4a43863
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bootstrap/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: argocd
version: 0.0.0
dependencies:
- name: argo-cd
version: 5.19.12
version: 5.20.3
repository: https://argoproj.github.io/argo-helm
# - name: argocd-applicationset
# version: 1.9.1
Expand Down
2 changes: 1 addition & 1 deletion external/modules/cloudflare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.33.0"
version = "~> 3.34.0"
}

kubernetes = {
Expand Down
2 changes: 1 addition & 1 deletion external/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.33.0"
version = "~> 3.34.0"
}

kubernetes = {
Expand Down
2 changes: 1 addition & 1 deletion platform/renovate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: renovate
version: 0.0.0
dependencies:
- name: renovate
version: 34.119.5
version: 34.128.1
repository: https://docs.renovatebot.com/helm-charts
2 changes: 1 addition & 1 deletion system/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: external-dns
version: 0.0.0
dependencies:
- name: external-dns
version: 1.12.0
version: 1.12.1
repository: https://kubernetes-sigs.github.io/external-dns/
2 changes: 1 addition & 1 deletion system/kured/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: kured
version: 0.0.0
dependencies:
- name: kured
version: 4.3.0
version: 4.4.1
repository: https://kubereboot.github.io/charts
2 changes: 1 addition & 1 deletion system/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: loki
version: 0.0.0
dependencies:
- name: loki-stack
version: 2.8.9
version: 2.9.9
repository: https://grafana.github.io/helm-charts
2 changes: 1 addition & 1 deletion system/monitoring-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: kube-prometheus-stack
version: 0.0.0
dependencies:
- name: kube-prometheus-stack
version: 44.3.1
version: 44.4.1
repository: https://prometheus-community.github.io/helm-charts

0 comments on commit 4a43863

Please sign in to comment.