diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index 66986ef..d285c21 100644 --- a/.gitea/workflows/upload-helm.yml +++ b/.gitea/workflows/upload-helm.yml @@ -6,7 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest env: - HELM_CHART_VERSION: "1.1.1" + HELM_CHART_VERSION: "1.1.2" steps: - uses: actions/checkout@v2 - name: Set up Helm diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 3740674..41fbcac 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -112,11 +112,11 @@ spec: {{- else }} {{- if .Values.storage.cloud.active }} {{- range .Values.storage.folders }} - {{- if or ( eq . certificates ) ( eq . secrets ) }} - - name: cloud + {{- if or ( eq . "certificates" ) ( eq . "secrets" ) }} + - name: local mountPath: "/app/{{ . }}" subPath: "{{ . }}" - {{- else }} + {{- else }} - name: cloud mountPath: "/app/web/app/{{ . }}" subPath: "{{ . }}"