Temporarily disable postgresql backup on upgrade system just to be sure.

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-17 11:52:34 +02:00
parent 68147d0cf2
commit ae1194c988
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 1.0.10
version: 1.0.11
@@ -1,4 +1,4 @@
{{- if .Values.ixChartContext -}}
{{- if and ( .Values.enableUpgradeBackup ) ( .Values.ixChartContext ) -}}
{{- if .Values.ixChartContext.isUpgrade -}}
{{- $upgradeDict := .Values.ixChartContext.upgradeMetadata -}}
{{ $values := (. | mustDeepCopy) }}
@@ -54,3 +54,4 @@ spec:
{{- end }}
{{- end -}}
{{- end -}}
{{- end -}}
+3
View File
@@ -14,6 +14,9 @@ service:
main:
port: 5432
## TODO: Fix the backup-on-upgrade system
enableUpgradeBackup: false
persistence:
db:
enabled: true