File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ templates:
149
149
version : {{ .Values | get "postgres-operator" | get "chartVersion" }}
150
150
{{- end }}
151
151
{{- if (not (or ( .Values | get "postgres-operator" dict | get "chartVersion" false ) ( .Values | get "postgres-operator" dict | get "chartUrl" false ) )) }}
152
- version : " 1.12.0 "
152
+ version : " 1.12.2 "
153
153
{{- end }}
154
154
disableValidationOnInstall : true
155
155
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ package LaunchpadNamespaces
37
37
" postgres-operator " : {
38
38
chart : {_repositories [" postgres-operator-charts " ].charts [" postgres-operator " ]}
39
39
_template : {
40
- version : " 1.12.0 "
40
+ version : " 1.12.2 "
41
41
// so that it can be installed in the absence of the CRDs
42
42
disableValidationOnInstall : true
43
43
}
You can’t perform that action at this time.
0 commit comments