diff --git a/Chart.yaml b/Chart.yaml index 6f1ff76..13403f3 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -13,7 +13,7 @@ sources: description: iRedMail is a full-featured mail server solution type: application -version: 0.1.1 +version: 0.1.2 appVersion: 1.6.3 keywords: diff --git a/templates/pvc.yaml b/templates/pvc.yaml index 73f965f..c4c626a 100644 --- a/templates/pvc.yaml +++ b/templates/pvc.yaml @@ -10,4 +10,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 5Gi \ No newline at end of file + storage: 5Gi diff --git a/values.yaml b/values.yaml index 85b4407..ceb59e7 100644 --- a/values.yaml +++ b/values.yaml @@ -20,7 +20,7 @@ config: imagePullSecrets: [] nameOverride: "" fullnameOverride: "" - +storageClassName: standard serviceAccount: # Specifies whether a service account should be created create: true