fix(deps): update subcharts
This commit is contained in:
parent
92eed05b4e
commit
506baafbd3
2 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.5.32
|
||||
version: 15.5.36
|
||||
- name: postgresql-ha
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 14.2.29
|
||||
version: 14.2.31
|
||||
- name: redis-cluster
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 11.0.4
|
||||
digest: sha256:55e6d31616045efe956fe41779a9b57a20a66f245e787c5475da4a95a787d6bc
|
||||
generated: "2024-09-23T00:05:16.771409897Z"
|
||||
digest: sha256:3e32c6a31d5862650a0df1136463105161485520bb92483201ccad409a23eba1
|
||||
generated: "2024-09-30T00:03:32.825077032Z"
|
||||
|
|
|
@ -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.32
|
||||
version: 15.5.36
|
||||
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.29
|
||||
version: 14.2.31
|
||||
condition: postgresql-ha.enabled
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
||||
- name: redis-cluster
|
||||
|
|
Loading…
Reference in a new issue