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
33metadata :
44 name : {{ default .Release.Name .Values.name }}
55spec :
6- postgresVersion : {{ default 13 .Values.postgresVersion }}
6+ postgresVersion : {{ required "You must set the version of Postgres to deploy." .Values.postgresVersion }}
77 {{- if .Values.postGISVersion }}
88 postGISVersion : {{ quote .Values.postGISVersion }}
99 {{- end }}
Original file line number Diff line number Diff line change 1414# postgresVersion sets the version to deploy. This version number needs to be
1515# available as one of the "RELATED_IMAGE_POSTGRES_..." images as part of the PGO
1616# 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
1919
2020# postGISVersion if sets and coupled with a PostGIS enabled container, enables
2121# PostGIS. This version number needs to be available as one of the
You can’t perform that action at this time.
0 commit comments