File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
kustomize/install/manager Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ controllerImages:
8
8
relatedImages :
9
9
postgres_14 :
10
10
image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0
11
+ postgres_14_gis_3.1 :
12
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.1-0
11
13
postgres_14_gis_3.2 :
12
14
image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0
13
15
postgres_13 :
14
16
image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.7-0
17
+ postgres_13_gis_3.0 :
18
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.0-0
15
19
postgres_13_gis_3.1 :
16
20
image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0
17
21
pgadmin :
Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ spec:
28
28
value : " true"
29
29
- name : RELATED_IMAGE_POSTGRES_13
30
30
value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.7-0"
31
+ - name : RELATED_IMAGE_POSTGRES_13_GIS_3.0
32
+ value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.0-0"
31
33
- name : RELATED_IMAGE_POSTGRES_13_GIS_3.1
32
34
value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0"
33
35
- name : RELATED_IMAGE_POSTGRES_14
34
36
value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0"
37
+ - name : RELATED_IMAGE_POSTGRES_14_GIS_3.1
38
+ value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.1-0"
35
39
- name : RELATED_IMAGE_POSTGRES_14_GIS_3.2
36
40
value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0"
37
41
- name : RELATED_IMAGE_PGADMIN
You can’t perform that action at this time.
0 commit comments