Skip to content

Commit

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

Reviewed-on: https://git.qos.cc/ops/homelab/pulls/24
  • Loading branch information
retX0 committed Jan 30, 2024
2 parents 0f9ed9e + be386a7 commit 8e72db2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: emby
version: 0.0.0
dependencies:
- name: nginx
version: 15.9.1
version: 15.9.3
repository: https://charts.bitnami.com/bitnami
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.53.9
version: 5.53.10
repository: https://argoproj.github.io/argo-helm
4 changes: 2 additions & 2 deletions platform/database/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: database
version: 0.0.0
dependencies:
- name: postgresql
version: 13.4.2
version: 13.4.3
repository: https://charts.bitnami.com/bitnami
- name: redis
version: 18.9.0
version: 18.9.1
repository: https://charts.bitnami.com/bitnami
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: 37.153.2
version: 37.158.2
repository: https://docs.renovatebot.com/helm-charts
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: 0.13.12
version: 0.14.2
repository: https://metallb.github.io/metallb
2 changes: 1 addition & 1 deletion system/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: velero
version: 0.0.0
dependencies:
- name: velero
version: 5.2.2
version: 5.3.0
repository: https://vmware-tanzu.github.io/helm-charts
4 changes: 2 additions & 2 deletions system/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
velero:
initContainers:
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.6.3
image: velero/velero-plugin-for-csi:v0.7.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.8.2
image: velero/velero-plugin-for-aws:v1.9.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down

0 comments on commit 8e72db2

Please sign in to comment.