diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index 91aab47..05710e8 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.6 +version: 0.7.7 # 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 377547c..ba5bf43 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) | `false` | +| `persistence.storage.enabled` | Enable persistence using PVC (only for FILE driver) | `true` | | `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 8daa2d4..d2de408 100644 --- a/charts/invoiceninja/values.yaml +++ b/charts/invoiceninja/values.yaml @@ -555,7 +555,7 @@ persistence: dataSource: {} storage: ## Only required when using FILE cache or session driver - enabled: false + enabled: true ## Invoice Ninja data Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning