From d50bfde67693b5ba1c7e7d842e088ede9c847585 Mon Sep 17 00:00:00 2001 From: Ween Jiann <16207788+lwj5@users.noreply.github.com> Date: Sat, 10 Jul 2021 11:25:40 +0800 Subject: [PATCH] Remove storage persistence (#383) --- charts/invoiceninja/Chart.yaml | 2 +- charts/invoiceninja/README.md | 2 +- charts/invoiceninja/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index 05710e8..54916bb 100644 --- a/charts/invoiceninja/Chart.yaml +++ b/charts/invoiceninja/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.7 +version: 0.7.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/invoiceninja/README.md b/charts/invoiceninja/README.md index ba5bf43..d0a8542 100644 --- a/charts/invoiceninja/README.md +++ b/charts/invoiceninja/README.md @@ -228,7 +228,7 @@ The following table shows the configuration options for the Invoice Ninja helm c | `persistence.public.accessModes` | PVC Access Modes | `[ReadWriteMany]` | | `persistence.public.size` | PVC Storage Request | `1Gi` | | `persistence.public.dataSource` | PVC data source | `{}` | -| `persistence.storage.enabled` | Enable persistence using PVC (only for FILE driver) | `true` | +| `persistence.storage.enabled` | Enable persistence using PVC (only for FILE driver) | `false` | | `persistence.storage.existingClaim` | Enable persistence using an existing PVC | `nil` | | `persistence.storage.storageClass` | PVC Storage Class | `nil` | | `persistence.storage.accessModes` | PVC Access Modes | `[ReadWriteMany]` | diff --git a/charts/invoiceninja/values.yaml b/charts/invoiceninja/values.yaml index d2de408..804b4ea 100644 --- a/charts/invoiceninja/values.yaml +++ b/charts/invoiceninja/values.yaml @@ -18,7 +18,7 @@ image: registry: docker.io repository: invoiceninja/invoiceninja - tag: 5.2.10 + tag: 5.2.11 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -555,7 +555,7 @@ persistence: dataSource: {} storage: ## Only required when using FILE cache or session driver - enabled: true + enabled: false ## Invoice Ninja data Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning