fix(deps): update subcharts

This commit is contained in:
Renovate Bot 2024-06-17 20:31:24 +00:00
parent 8cb46afa23
commit e43711c7a4
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
2 changed files with 6 additions and 6 deletions

View file

@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.5
version: 15.5.6
- name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.2.5
version: 14.2.6
- name: redis-cluster
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.2.3
digest: sha256:9925f1f5b421918a3d81864e62df4e5793896327dd9996c153a19af627ed784f
generated: "2024-06-12T11:33:44.415606643Z"
digest: sha256:a3528d7c56056213f6db0a7899caa0a6c76f842bbfa5621b52ab100d4572c3c5
generated: "2024-06-17T20:31:21.342610516Z"

View file

@ -29,12 +29,12 @@ dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.5
version: 15.5.6
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: 14.2.5
version: 14.2.6
condition: postgresql-ha.enabled
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
- name: redis-cluster