Temporarily re-enable storage persistence (#380)

* Temporarily re-enable storage persistence

* Bump version
This commit is contained in:
Ween Jiann
2021-07-10 01:04:30 +08:00
committed by GitHub
parent e3f47d2932
commit f55e9a2b49
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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]` |

View File

@@ -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: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning