Skip to content

Commit ad5bc53

Browse files
committed
Add Related Image Env Vars to Installers
Adds the RELATED_IMAGE_ environment variables to the Kustomize and Helm PGO installers. Issue: [ch12164]
1 parent de82f24 commit ad5bc53

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

helm/install/templates/manager.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ spec:
2020
env:
2121
- name: CRUNCHY_DEBUG
2222
value: "true"
23+
- name: RELATED_IMAGE_POSTGRES_13
24+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1"
25+
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.3-3.1-1"
27+
- name: RELATED_IMAGE_PGBACKREST
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1"
29+
- name: RELATED_IMAGE_PGBOUNCER
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1"
31+
- name: RELATED_IMAGE_PGEXPORTER
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.1-0"
2333
{{- if .Values.singleNamespace }}
2434
- name: PGO_TARGET_NAMESPACE
2535
valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }

kustomize/install/bases/manager/manager.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ spec:
1313
env:
1414
- name: CRUNCHY_DEBUG
1515
value: "true"
16+
- name: RELATED_IMAGE_POSTGRES_13
17+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1"
18+
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
19+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.3-3.1-1"
20+
- name: RELATED_IMAGE_PGBACKREST
21+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1"
22+
- name: RELATED_IMAGE_PGBOUNCER
23+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1"
24+
- name: RELATED_IMAGE_PGEXPORTER
25+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.1-0"
1626
securityContext:
1727
allowPrivilegeEscalation: false
1828
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)