diff --git a/Chart.yaml b/Chart.yaml index 8a0343c..019d4cb 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Bitwarden Helm chart for Kubernetes name: bitwarden-k8s -version: 0.1.4 +version: 0.1.5 diff --git a/values.yaml b/values.yaml index c794c69..f7c6c83 100644 --- a/values.yaml +++ b/values.yaml @@ -78,7 +78,7 @@ deploymentAnnotations: {} ## Persist data to a persitent volume persistence: enabled: false + accessMode: ReadWriteOnce + size: 800Mi #storageClass: - #accessMode: ReadWriteOnce - #size: 800Mi #existingClaim: "bitwarden-pvc"