File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : pgo
3
3
description : A Helm chart for Kubernetes
4
4
type : application
5
- version : 0.1 .0
5
+ version : 0.2 .0
6
6
appVersion : 5.0.3
Original file line number Diff line number Diff line change 23
23
value : " true"
24
24
{{- range $image_name, $image_val := .Values.relatedImages }}
25
25
- name : RELATED_IMAGE_{{ $image_name | upper }}
26
- value : " {{ $image_val.repository }}:{{ $image_val.tag }}"
26
+ value : " {{ $image_val.image }}"
27
27
{{- end }}
28
28
{{- if .Values.singleNamespace }}
29
29
- name : PGO_TARGET_NAMESPACE
Original file line number Diff line number Diff line change 5
5
tag : ubi8-5.0.3-0
6
6
7
7
relatedImages :
8
+ postgres_14 :
9
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.0-0
10
+ postgres_14_gis_3.1 :
11
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.0-3.1-0
8
12
postgres_13 :
9
- repository : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha
10
- tag : centos8-13.4-0
13
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
11
14
postgres_13_gis_3.1 :
12
- repository : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha
13
- tag : centos8-13.4-3.1-0
15
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.4-3.1-1
14
16
pgbackrest :
15
- repository : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
16
- tag : centos8-2.33-2
17
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
17
18
pgbouncer :
18
- repository : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
19
- tag : centos8-1.15-2
19
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3
20
20
pgexporter :
21
- repository : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
22
- tag : ubi8-5.0.2-0
21
+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.3-0
23
22
24
23
# # Install in default or single namespace mode
25
24
singleNamespace : false
You can’t perform that action at this time.
0 commit comments