Fixed
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2024-02-23 19:19:59 +01:00
parent d478cb6ec3
commit b036ce7710
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HELM_CHART_VERSION: "1.0.32" HELM_CHART_VERSION: "1.0.33"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Helm - name: Set up Helm

View File

@@ -151,7 +151,7 @@ spec:
{{- end }} {{- end }}
{{- if .Values.storage.local.active }} {{- if .Values.storage.local.active }}
{{- range .Values.storage.folders }} {{- range .Values.storage.folders }}
{{- if or ( eq . certificates ) ( eq . secrets ) }} {{- if or ( eq . "certificates" ) ( eq . "secrets" ) }}
- name: cloud - name: cloud
mountPath: "/app/{{ . }}" mountPath: "/app/{{ . }}"
subPath: "{{ . }}" subPath: "{{ . }}"
@@ -187,4 +187,4 @@ spec:
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: http name: http
protocol: TCP protocol: TCP