Skip to content

Commit eb5916a

Browse files
committed
Removed Postgres 13 from RELATED_IMAGES.
Now that we've had 2 patch releases of Postgres 15 we are dropping postgres 13. Issue [sc-17907]
1 parent 9422c8d commit eb5916a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ spec:
1818
fieldPath: metadata.namespace
1919
- name: CRUNCHY_DEBUG
2020
value: "true"
21-
- name: RELATED_IMAGE_POSTGRES_13
22-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.9-2"
23-
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.0
24-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.0-2"
25-
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.1-2"
2721
- name: RELATED_IMAGE_POSTGRES_14
2822
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-2"
2923
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1

installers/olm/config/redhat/related-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ spec:
2020
- { name: RELATED_IMAGE_PGEXPORTER, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres-exporter@sha256:<update_exporter_SHA_value>' }
2121
- { name: RELATED_IMAGE_PGUPGRADE, value: 'registry.connect.redhat.com/crunchydata/crunchy-upgrade@sha256:<update_upgrade_SHA_value>' }
2222

23-
- { name: RELATED_IMAGE_POSTGRES_13, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres@sha256:<update_postgres13_SHA_value>' }
2423
- { name: RELATED_IMAGE_POSTGRES_14, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres@sha256:<update_postgres14_SHA_value>' }
2524
- { name: RELATED_IMAGE_POSTGRES_15, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres@sha256:<update_postgres15_SHA_value>' }
2625

27-
- { name: RELATED_IMAGE_POSTGRES_13_GIS_3.0, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres-gis@sha256:<update_postgres13gis30_SHA_value>' }
28-
- { name: RELATED_IMAGE_POSTGRES_13_GIS_3.1, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres-gis@sha256:<update_postgres13gis31_SHA_value>' }
2926
- { name: RELATED_IMAGE_POSTGRES_14_GIS_3.1, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres-gis@sha256:<update_postgres14gis31_SHA_value>' }
3027
- { name: RELATED_IMAGE_POSTGRES_14_GIS_3.2, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres-gis@sha256:<update_postgres14gis32_SHA_value>' }
3128
- { name: RELATED_IMAGE_POSTGRES_14_GIS_3.3, value: 'registry.connect.redhat.com/crunchydata/crunchy-postgres-gis@sha256:<update_postgres14gis33_SHA_value>' }

0 commit comments

Comments
 (0)