From b036ce7710ea84fa27c5eabafb148746b18551c3 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 23 Feb 2024 19:19:59 +0100 Subject: [PATCH] Fixed --- .gitea/workflows/upload-helm.yml | 2 +- Chart/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index 9c7c9f6..e401809 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.32" + HELM_CHART_VERSION: "1.0.33" steps: - uses: actions/checkout@v2 - name: Set up Helm diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 355443d..8ead08e 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -151,7 +151,7 @@ spec: {{- end }} {{- if .Values.storage.local.active }} {{- range .Values.storage.folders }} - {{- if or ( eq . certificates ) ( eq . secrets ) }} + {{- if or ( eq . "certificates" ) ( eq . "secrets" ) }} - name: cloud mountPath: "/app/{{ . }}" subPath: "{{ . }}" @@ -187,4 +187,4 @@ spec: ports: - containerPort: 8080 name: http - protocol: TCP \ No newline at end of file + protocol: TCP