Skip to content

Commit d352e1d

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 c45bcb6 commit d352e1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ spec:
2020
value: "true"
2121
- name: RELATED_IMAGE_POSTGRES_13
2222
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.7-0"
23+
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.0
24+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.0-0"
2325
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
2426
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0"
2527
- name: RELATED_IMAGE_POSTGRES_14
2628
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0"
29+
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.1-0"
2731
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
2832
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0"
2933
- name: RELATED_IMAGE_PGADMIN

0 commit comments

Comments
 (0)