From 1b01d64471b6a6a3087408cff2eb113c652a88f7 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Mon, 27 Mar 2023 14:44:49 +0200 Subject: [PATCH] Update .gitlab-ci.yml, Chart/templates/deployment.yaml --- .gitlab-ci.yml | 2 +- Chart/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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