File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : {{ default .Release.Name .Values.name }}
5
5
spec :
6
- postgresVersion : {{ default 13 .Values.postgresVersion }}
6
+ postgresVersion : {{ required "You must set the version of Postgres to deploy." .Values.postgresVersion }}
7
7
{{- if .Values.postGISVersion }}
8
8
postGISVersion : {{ quote .Values.postGISVersion }}
9
9
{{- end }}
Original file line number Diff line number Diff line change 14
14
# postgresVersion sets the version to deploy. This version number needs to be
15
15
# available as one of the "RELATED_IMAGE_POSTGRES_..." images as part of the PGO
16
16
# installation if you want to deploy the image without setting the "postgres"
17
- # image variable. This defaults to the below value .
18
- # postgresVersion: 13
17
+ # image variable. This value is required .
18
+ postgresVersion : 14
19
19
20
20
# postGISVersion if sets and coupled with a PostGIS enabled container, enables
21
21
# PostGIS. This version number needs to be available as one of the
You can’t perform that action at this time.
0 commit comments