Merge pull request 'fix(deps): update subcharts (maint/v7)' (#969) from renovate/maint/v7-subcharts into maint/v7

This commit is contained in:
viceice-bot 2024-11-18 00:07:40 +00:00
commit f2e10ed30e
2 changed files with 6 additions and 6 deletions

View file

@ -4,9 +4,9 @@ dependencies:
version: 15.5.38 version: 15.5.38
- name: postgresql-ha - name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 14.3.7 version: 14.3.9
- name: redis-cluster - name: redis-cluster
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 11.0.7 version: 11.0.8
digest: sha256:192e38c93590dacb17ee575313a679276426eedacc6fae8fad8e05ebf523d164 digest: sha256:51a9ef078df5721f2453f5e77c20a0919a291364bbfa65a50f8e49fdfbd401da
generated: "2024-11-11T00:04:27.789513662Z" generated: "2024-11-18T00:01:00.01488516Z"

View file

@ -34,10 +34,10 @@ dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml # https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
- name: postgresql-ha - name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 14.3.7 version: 14.3.9
condition: postgresql-ha.enabled condition: postgresql-ha.enabled
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml # https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
- name: redis-cluster - name: redis-cluster
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 11.0.7 version: 11.0.8
condition: redis-cluster.enabled condition: redis-cluster.enabled