Skip to content

Commit c85834c

Browse files
authored
Merge pull request #315 from projectsyn/commodore-renovate/docker.io-bitnami-postgresql-15.x
Update docker.io/bitnami/postgresql Docker tag to v15.10.0-debian-12-r2
2 parents f7db010 + 582a3a5 commit c85834c

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ parameters:
5353
postgresql:
5454
registry: docker.io
5555
repository: bitnami/postgresql
56-
tag: 15.8.0-debian-12-r26
56+
tag: 15.10.0-debian-12-r2
5757
bitnamishell:
5858
registry: docker.io
5959
repository: bitnami/os-shell

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

+1-1
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:15.8.0-debian-12-r26
95+
image: docker.io/bitnami/postgresql:15.10.0-debian-12-r2
9696
imagePullPolicy: IfNotPresent
9797
livenessProbe:
9898
exec:

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

+1-1
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:15.8.0-debian-12-r26
95+
image: docker.io/bitnami/postgresql:15.10.0-debian-12-r2
9696
imagePullPolicy: IfNotPresent
9797
livenessProbe:
9898
exec:

0 commit comments

Comments
 (0)