Skip to content

Commit c3635e0

Browse files
authored
Merge pull request #275 from projectsyn/upgrade-postgres-15
Bump Postgres DB from 11.22.0-debian-11-r4 to 15.6.0-debian-12-r5
2 parents 4fc6ad4 + 31ff286 commit c3635e0

File tree

3 files changed

+3
-3
lines changed
  • class
  • tests/golden
    • builtin/builtin/builtin/01_keycloak_helmchart/postgresql/templates/primary
    • openshift-postgres/openshift-postgres/openshift-postgres/01_keycloak_helmchart/postgresql/templates/primary

3 files changed

+3
-3
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ parameters:
5151
postgresql:
5252
registry: docker.io
5353
repository: bitnami/postgresql
54-
tag: 11.22.0-debian-11-r4
54+
tag: 15.6.0-debian-12-r5
5555
bitnamishell:
5656
registry: docker.io
5757
repository: bitnami/os-shell

tests/golden/builtin/builtin/builtin/01_keycloak_helmchart/postgresql/templates/primary/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
value: error
9393
- name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES
9494
value: pgaudit
95-
image: docker.io/bitnami/postgresql:11.22.0-debian-11-r4
95+
image: docker.io/bitnami/postgresql:15.6.0-debian-12-r5
9696
imagePullPolicy: IfNotPresent
9797
livenessProbe:
9898
exec:

tests/golden/openshift-postgres/openshift-postgres/openshift-postgres/01_keycloak_helmchart/postgresql/templates/primary/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
value: error
9393
- name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES
9494
value: pgaudit
95-
image: docker.io/bitnami/postgresql:11.22.0-debian-11-r4
95+
image: docker.io/bitnami/postgresql:15.6.0-debian-12-r5
9696
imagePullPolicy: IfNotPresent
9797
livenessProbe:
9898
exec:

0 commit comments

Comments
 (0)