fix(deps): update subcharts (main) (#1054)
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1054 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
601aade898
commit
7204ff3280
2 changed files with 8 additions and 8 deletions
10
Chart.lock
10
Chart.lock
|
@ -4,15 +4,15 @@ dependencies:
|
|||
version: 2.29.0
|
||||
- name: postgresql
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 16.4.2
|
||||
version: 16.4.3
|
||||
- name: postgresql-ha
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 15.1.6
|
||||
- name: redis-cluster
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 11.3.0
|
||||
version: 11.4.0
|
||||
- name: redis
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 20.6.2
|
||||
digest: sha256:1de1d2087eed61ac474746b859662e52f209dc3075f6512e5f8dc45435e390d0
|
||||
generated: "2025-01-15T14:46:31.3307275+01:00"
|
||||
version: 20.6.3
|
||||
digest: sha256:3314175ef0c77224738d5183c76c75a4773b0e21e7598f343a78780cc1068b75
|
||||
generated: "2025-01-16T10:32:50.323017929Z"
|
||||
|
|
|
@ -37,7 +37,7 @@ dependencies:
|
|||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
||||
- name: postgresql
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 16.4.2
|
||||
version: 16.4.3
|
||||
condition: postgresql.enabled
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
||||
- name: postgresql-ha
|
||||
|
@ -47,10 +47,10 @@ dependencies:
|
|||
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
||||
- name: redis-cluster
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 11.3.0
|
||||
version: 11.4.0
|
||||
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.6.2
|
||||
version: 20.6.3
|
||||
condition: redis.enabled
|
||||
|
|
Loading…
Reference in a new issue