Detect major dependency version bumps #571

Merged
justusbunsi merged 6 commits from justusbunsi/helm-chart:409-detect-major-version-bumps into main 2023-11-27 18:36:47 +00:00
2 changed files with 10 additions and 10 deletions
Showing only changes of commit a1fe73bbb7 - Show all commits

View File

@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.2.11
version: 12.12.10
- name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.9.8
version: 11.9.4
- name: redis-cluster
repository: https://charts.bitnami.com/bitnami
version: 7.6.3
digest: sha256:7847fc99d727eef6117f276f2c0347ebaf972cc82afeab787607f53260be857d
generated: "2023-11-18T14:16:45.0448955+01:00"
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.1.3
digest: sha256:6bda620320a05a5ea4efb4189a86d30092aeb0a6f3e0009538f4bea312af0863
generated: "2023-11-14T00:08:15.790217865Z"

View File

@ -36,15 +36,15 @@ dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.2.11
version: 12.12.10
condition: postgresql.enabled
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
- name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.9.8
version: 11.9.4
condition: postgresql-ha.enabled
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
- name: redis-cluster
repository: https://charts.bitnami.com/bitnami
version: 7.6.3
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.1.3
condition: redis-cluster.enabled