Skip to content

Commit e120488

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

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

helm/install/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ relatedImages:
1818
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.7-3.2-0
1919
postgres_14_gis_3.3:
2020
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.7-3.3-0
21-
postgres_13:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.10-0
23-
postgres_13_gis_3.0:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.10-3.0-0
25-
postgres_13_gis_3.1:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.10-3.1-0
2721
pgadmin:
2822
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-10
2923
pgbackrest:

kustomize/install/manager/manager.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ spec:
2626
fieldPath: metadata.namespace
2727
- name: CRUNCHY_DEBUG
2828
value: "true"
29-
- name: RELATED_IMAGE_POSTGRES_13
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.10-0"
31-
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.0
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.10-3.0-0"
33-
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.10-3.1-0"
3529
- name: RELATED_IMAGE_POSTGRES_14
3630
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0"
3731
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1

0 commit comments

Comments
 (0)