File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
kustomize/install/bases/manager Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 } }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments