From 39b2925ebe1ce207cc6fe2aeeda96b17d663a9c6 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 10 Apr 2021 19:37:23 +0200 Subject: [PATCH] Disable backup PVC by default (due to CI issues) --- library/common-test/Chart.yaml | 2 +- library/common/Chart.yaml | 2 +- library/common/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/common-test/Chart.yaml b/library/common-test/Chart.yaml index 9c683a614ea..47d22dd628e 100644 --- a/library/common-test/Chart.yaml +++ b/library/common-test/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: common-test -version: 2.0.2 +version: 2.0.3 # upstream_version: appVersion: none description: Helper chart to test different use cases of the common library diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 5c6ef3c26e1..5b062180576 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: common -version: 2.1.3 +version: 2.1.4 # upstream_version: appVersion: none description: Function library for TrueCharts diff --git a/library/common/values.yaml b/library/common/values.yaml index dd536472d3c..b478da85a49 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -244,7 +244,7 @@ persistence: # Special PVC instance, that does get affected by putting "persistence" into questions.yaml backupPersistence: buildinbackup: - enabled: true + enabled: false nameOverride: buildinbackup ## configuration data Persistent Volume Storage Class ## If defined, storageClassName: @@ -375,7 +375,7 @@ dbsuperuser: dbBackup: # Enable backups to a PVC # defaults to our default buildinbackup PVC, but can be overridden in the future - existingClaim: buildinbackup + existingClaim: # -- Backup schedule for postgres dumps schedule: "@daily" # -- Persistent volume claim subpath prefix for the backups