fix(deps): update subcharts (main) (#1122)
Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
25f8b0c840
commit
15357ed605
2 changed files with 12 additions and 12 deletions
14
Chart.lock
14
Chart.lock
|
@ -1,18 +1,18 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 2.29.1
|
||||
version: 2.30.0
|
||||
- name: postgresql
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 16.4.9
|
||||
version: 16.4.14
|
||||
- name: postgresql-ha
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 15.1.9
|
||||
version: 15.2.3
|
||||
- name: redis-cluster
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 11.4.2
|
||||
version: 11.4.3
|
||||
- name: redis
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 20.7.1
|
||||
digest: sha256:3eeb852353d36db18c869a85c0a0055e9cb20848b5e18d53984ea31726f203ae
|
||||
generated: "2025-02-17T03:31:29.047001545Z"
|
||||
version: 20.8.0
|
||||
digest: sha256:5af4d0d98780730da9cca1eba11c4913429c54895c422762618cf2886f1d42fa
|
||||
generated: "2025-02-24T00:00:48.233225244Z"
|
||||
|
|
10
Chart.yaml
10
Chart.yaml
|
@ -33,24 +33,24 @@ dependencies:
|
|||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.29.1
|
||||
version: 2.30.0
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
||||
- name: postgresql
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 16.4.9
|
||||
version: 16.4.14
|
||||
condition: postgresql.enabled
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
||||
- name: postgresql-ha
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 15.1.9
|
||||
version: 15.2.3
|
||||
condition: postgresql-ha.enabled
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
||||
- name: redis-cluster
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 11.4.2
|
||||
version: 11.4.3
|
||||
condition: redis-cluster.enabled
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
|
||||
- name: redis
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 20.7.1
|
||||
version: 20.8.0
|
||||
condition: redis.enabled
|
||||
|
|
Loading…
Reference in a new issue