File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
kustomize/install/manager Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ controllerImages:
6
6
7
7
# relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.
8
8
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
9
15
postgres_15 :
10
16
image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
11
17
postgres_15_gis_3.3 :
Original file line number Diff line number Diff line change 38
38
value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1"
39
39
- name : RELATED_IMAGE_POSTGRES_15_GIS_3.3
40
40
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"
41
47
- name : RELATED_IMAGE_PGADMIN
42
48
value : " registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-18"
43
49
- name : RELATED_IMAGE_PGBACKREST
You can’t perform that action at this time.
0 commit comments