Temporarily disable postgresql backup on upgrade system just to be sure.
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
@@ -14,6 +14,9 @@ service:
|
||||
main:
|
||||
port: 5432
|
||||
|
||||
## TODO: Fix the backup-on-upgrade system
|
||||
enableUpgradeBackup: false
|
||||
|
||||
persistence:
|
||||
db:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user