Skip to content

Commit

Permalink
Merge pull request #85 from petermein/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
petermein authored Oct 29, 2022
2 parents 07f439c + 378eb8e commit 7f54bd0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bootstrap/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: argocd
version: 0.0.0
dependencies:
- name: argo-cd
version: 5.6.8
version: 5.8.5
repository: https://argoproj.github.io/argo-helm
2 changes: 1 addition & 1 deletion home/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ firefly-iii:
image:
repository: curlimages/curl
pullPolicy: IfNotPresent
tag: 7.85.0
tag: 7.86.0

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion home/homeassistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ home-assistant:
enabled: true
image:
repository: codercom/code-server
tag: 4.7.1
tag: 4.8.1
workingDir: "/config"
args:
- --auth
Expand Down
2 changes: 1 addition & 1 deletion home/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: nextcloud
version: 0.0.0
dependencies:
- name: nextcloud
version: 3.1.2
version: 3.2.0
repository: https://nextcloud.github.io/helm/
2 changes: 1 addition & 1 deletion home/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: postgresql
version: 0.0.0
dependencies:
- name: postgresql
version: 11.9.12
version: 11.9.13
repository: https://charts.bitnami.com/bitnami
2 changes: 1 addition & 1 deletion platform/external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: external-secrets
version: 0.0.0
dependencies:
- name: external-secrets
version: 0.6.0
version: 0.6.1
repository: https://charts.external-secrets.io
2 changes: 1 addition & 1 deletion system/cloudflared/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cloudflared:
repository: cloudflare/cloudflared
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2022.10.2"
tag: "2022.10.3"

credentials:
existingSecret: cloudflared-credentials
Expand Down
2 changes: 1 addition & 1 deletion system/metallb-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: metallb
version: 0.0.0
dependencies:
- name: metallb
version: 4.1.8
version: 4.1.10
repository: https://charts.bitnami.com/bitnami
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: 41.6.1 # TODO upgrade https://github.com/prometheus-community/helm-charts/issues/1500
version: 41.7.0 # TODO upgrade https://github.com/prometheus-community/helm-charts/issues/1500
repository: https://prometheus-community.github.io/helm-charts

0 comments on commit 7f54bd0

Please sign in to comment.