diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index e401809..df327a1 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.0.33" + HELM_CHART_VERSION: "1.0.34" steps: - uses: actions/checkout@v2 - name: Set up Helm diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 8ead08e..2fd1605 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -152,11 +152,11 @@ spec: {{- if .Values.storage.local.active }} {{- range .Values.storage.folders }} {{- if or ( eq . "certificates" ) ( eq . "secrets" ) }} - - name: cloud + - name: local mountPath: "/app/{{ . }}" subPath: "{{ . }}" {{- else }} - - name: cloud + - name: local mountPath: "/app/web/app/{{ . }}" subPath: "{{ . }}" {{- end }} @@ -164,9 +164,15 @@ spec: {{- else }} {{- if .Values.storage.cloud.active }} {{- range .Values.storage.folders }} + {{- if or ( eq . "certificates" ) ( eq . "secrets" ) }} + - name: cloud + mountPath: "/app/{{ . }}" + subPath: "{{ . }}" + {{- else }} - name: cloud mountPath: "/app/web/app/{{ . }}" subPath: "{{ . }}" + {{- end }} {{- end }} {{- end }} {{- end }} diff --git a/wordyne-1.0.27.tgz b/wordyne-1.0.27.tgz deleted file mode 100644 index d2884a6..0000000 Binary files a/wordyne-1.0.27.tgz and /dev/null differ