Skip to content

Commit 12a8721

Browse files
committed
Update Postgres version 15.0 to 15.1
1 parent abb2005 commit 12a8721

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/install/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ controllerImages:
77
# relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.
88
relatedImages:
99
postgres_15:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.0-0
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.1-0
1111
postgres_15_gis_3.3:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.0-3.3-0
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.1-3.3-0
1313
postgres_14:
1414
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-2
1515
postgres_14_gis_3.1:

kustomize/install/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ spec:
4141
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.3
4242
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.3-0"
4343
- name: RELATED_IMAGE_POSTGRES_15
44-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.0-0"
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.1-0"
4545
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
46-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.0-3.3-0"
46+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.1-3.3-0"
4747
- name: RELATED_IMAGE_PGADMIN
4848
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-8"
4949
- name: RELATED_IMAGE_PGBACKREST

0 commit comments

Comments
 (0)