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 20
20
env :
21
21
- name : CRUNCHY_DEBUG
22
22
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"
23
33
{{- if .Values.singleNamespace }}
24
34
- name : PGO_TARGET_NAMESPACE
25
35
valueFrom : { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }
Original file line number Diff line number Diff line change 13
13
env :
14
14
- name : CRUNCHY_DEBUG
15
15
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"
16
26
securityContext :
17
27
allowPrivilegeEscalation : false
18
28
readOnlyRootFilesystem : true
You can’t perform that action at this time.
0 commit comments