Skip to content

Commit e9e202b

Browse files
ci(deps): update postgres-operator dependencies
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | helm | postgres-operator | 1.12.0 | 1.12.2 |
1 parent ad30483 commit e9e202b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres-operator/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ templates:
149149
version: {{ .Values | get "postgres-operator" | get "chartVersion" }}
150150
{{- end }}
151151
{{- 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"
153153
{{- end }}
154154
disableValidationOnInstall: true
155155

src/schemas/postgres-operator.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ package LaunchpadNamespaces
3737
"postgres-operator": {
3838
chart: {_repositories["postgres-operator-charts"].charts["postgres-operator"]}
3939
_template: {
40-
version: "1.12.0"
40+
version: "1.12.2"
4141
// so that it can be installed in the absence of the CRDs
4242
disableValidationOnInstall: true
4343
}

0 commit comments

Comments
 (0)