diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6688b35..8e3ed9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.6.0" + HELM_CHART_VERSION: "0.6.1" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 0f13204..84a3071 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -46,6 +46,8 @@ spec: volumeMounts: - name: local mountPath: /app + - name: cloud + mountPath: /full-cloud {{- if and .Values.site .Values.site.storage .Values.site.storage.cloud .Values.site.storage.cloud.folders }} {{- range $v := .Values.site.storage.cloud.folders }} - name: cloud