diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1d9c3d..deec798 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "1.0.7" + HELM_CHART_VERSION: "1.0.8" stages: - deploy diff --git a/Chart/templates/persistentvolumeclaim.yaml b/Chart/templates/persistentvolumeclaim.yaml index 2c05168..72be4e7 100644 --- a/Chart/templates/persistentvolumeclaim.yaml +++ b/Chart/templates/persistentvolumeclaim.yaml @@ -19,6 +19,7 @@ spec: storageClassName: {{ .Values.storage.cloud.class }} {{- end }} {{- if .Values.storage.local.active }} +--- apiVersion: v1 kind: PersistentVolumeClaim metadata: