Skip to content

Commit 538c499

Browse files
committed
Align Related Images in manager.yaml With OLM
The releated images in the manager.yaml file now align with the related images configured for OLM using related-images.yaml. Issue: [sc-14517]
1 parent 1dbc51b commit 538c499

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

helm/install/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ controllerImages:
88
relatedImages:
99
postgres_14:
1010
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
1113
postgres_14_gis_3.2:
1214
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0
1315
postgres_13:
1416
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
1519
postgres_13_gis_3.1:
1620
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0
1721
pgadmin:

kustomize/install/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ spec:
2828
value: "true"
2929
- name: RELATED_IMAGE_POSTGRES_13
3030
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"
3133
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
3234
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0"
3335
- name: RELATED_IMAGE_POSTGRES_14
3436
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"
3539
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
3640
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0"
3741
- name: RELATED_IMAGE_PGADMIN

0 commit comments

Comments
 (0)