feat(deps): update helm release postgresql to v16 (main) (#903)

Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/903
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
Renovate Bot 2025-01-15 13:40:09 +00:00 committed by Michael Kriese
parent af662db1f2
commit 924a1546b7
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ dependencies:
version: 2.29.0 version: 2.29.0
- name: postgresql - name: postgresql
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 15.5.38 version: 16.4.2
- name: postgresql-ha - name: postgresql-ha
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 14.3.10 version: 14.3.10
@ -14,5 +14,5 @@ dependencies:
- name: redis - name: redis
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 20.6.2 version: 20.6.2
digest: sha256:e40476d3698a07b42b3a2c9c1d2a36cb84dcbbc26db61f8e792afbda852b3dfd digest: sha256:2c138914e4c171377d01de000524350c64088711163919144ec438a4663c9285
generated: "2025-01-15T12:05:02.4047978+01:00" generated: "2025-01-15T14:31:36.679523+01:00"

View file

@ -37,7 +37,7 @@ dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml # https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
- name: postgresql - name: postgresql
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 15.5.38 version: 16.4.2
condition: postgresql.enabled condition: postgresql.enabled
# 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

View file

@ -28,7 +28,7 @@ tests:
matchRegex: matchRegex:
path: spec.template.spec.containers[0].image path: spec.template.spec.containers[0].image
# IN CASE OF AN INTENTIONAL MAJOR BUMP, ADJUST THIS TEST # IN CASE OF AN INTENTIONAL MAJOR BUMP, ADJUST THIS TEST
pattern: ^docker.io/bitnami/postgresql:16.+$ pattern: ^docker.io/bitnami/postgresql:17.+$
- it: '[redis-cluster] ensures we detect major image version upgrades' - it: '[redis-cluster] ensures we detect major image version upgrades'
template: charts/redis-cluster/templates/redis-statefulset.yaml template: charts/redis-cluster/templates/redis-statefulset.yaml
set: set: