Skip to content

Commit

Permalink
ci(deps): update postgres-operator dependencies (#1173)
Browse files Browse the repository at this point in the history
| datasource | package           | from   | to     |
| ---------- | ----------------- | ------ | ------ |
| helm       | postgres-operator | 1.13.0 | 1.14.0 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 23, 2024
1 parent 8167a21 commit 872d507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres-operator/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ templates:
version: {{ .Values | get "postgres-operator" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "postgres-operator" dict | get "chartVersion" false ) ( .Values | get "postgres-operator" dict | get "chartUrl" false ) )) }}
version: "1.13.0"
version: "1.14.0"
{{- end }}
disableValidationOnInstall: true

Expand Down
2 changes: 1 addition & 1 deletion src/schemas/postgres-operator.cue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ package LaunchpadNamespaces
"postgres-operator": {
chart: {_repositories["postgres-operator-charts"].charts["postgres-operator"]}
_template: {
version: "1.13.0"
version: "1.14.0"
// so that it can be installed in the absence of the CRDs
disableValidationOnInstall: true
}
Expand Down

0 comments on commit 872d507

Please sign in to comment.