Merge branch 'main' into gitea-10.1.1
This commit is contained in:
commit
880a9578da
2 changed files with 8 additions and 8 deletions
10
Chart.lock
10
Chart.lock
|
@ -1,12 +1,12 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 14.0.5
|
||||
version: 14.2.1
|
||||
- name: postgresql-ha
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.4.1
|
||||
version: 13.4.2
|
||||
- name: redis-cluster
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 9.5.2
|
||||
digest: sha256:5206dfb90fc77799f1bd8650739e24d618b7366b5a63280fb2d26671100c2e2e
|
||||
generated: "2024-02-20T18:31:02.038876147Z"
|
||||
version: 9.6.1
|
||||
digest: sha256:2fb096ddcfd1cc23156b36291b8f987b308c65c747ef2c279857813007898b28
|
||||
generated: "2024-02-21T19:58:18.299624065Z"
|
||||
|
|
|
@ -29,15 +29,15 @@ dependencies:
|
|||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 14.0.5
|
||||
version: 14.2.1
|
||||
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: 13.4.1
|
||||
version: 13.4.2
|
||||
condition: postgresql-ha.enabled
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
||||
- name: redis-cluster
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 9.5.2
|
||||
version: 9.6.1
|
||||
condition: redis-cluster.enabled
|
||||
|
|
Loading…
Reference in a new issue