Skip to content

Commit ea24967

Browse files
committed
added pg16 to related images
1 parent e5f1fb5 commit ea24967

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

helm/install/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ controllerImages:
66

77
# relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.
88
relatedImages:
9+
postgres_16:
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0
11+
postgres_16_gis_3.4:
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0
13+
postgres_16_gis_3.3:
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0
915
postgres_15:
1016
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
1117
postgres_15_gis_3.3:

kustomize/install/manager/manager.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ spec:
3838
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1"
3939
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
4040
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1"
41+
- name: RELATED_IMAGE_POSTGRES_16
42+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0"
43+
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0"
45+
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
46+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0"
4147
- name: RELATED_IMAGE_PGADMIN
4248
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-18"
4349
- name: RELATED_IMAGE_PGBACKREST

0 commit comments

Comments
 (0)