fix(deps): update subcharts (main) (#1134)
Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
1ec9db9adf
commit
51585c7d98
2 changed files with 6 additions and 6 deletions
|
@ -7,12 +7,12 @@ dependencies:
|
||||||
version: 16.4.14
|
version: 16.4.14
|
||||||
- name: postgresql-ha
|
- name: postgresql-ha
|
||||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 15.2.3
|
version: 15.3.0
|
||||||
- name: redis-cluster
|
- name: redis-cluster
|
||||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 11.4.3
|
version: 11.4.3
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 20.8.0
|
version: 20.10.0
|
||||||
digest: sha256:5af4d0d98780730da9cca1eba11c4913429c54895c422762618cf2886f1d42fa
|
digest: sha256:85e2729677ad9f6cecbdaee922e4f472b15dee2550822319be0d1e47e895bcb7
|
||||||
generated: "2025-02-24T00:00:48.233225244Z"
|
generated: "2025-03-03T07:31:15.928409295Z"
|
||||||
|
|
|
@ -42,7 +42,7 @@ 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://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 15.2.3
|
version: 15.3.0
|
||||||
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
|
||||||
|
@ -52,5 +52,5 @@ dependencies:
|
||||||
# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 20.8.0
|
version: 20.10.0
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
|
|
Loading…
Reference in a new issue