.gitea/workflows/build-chart-dokuwiki.yml aktualisiert

This commit is contained in:
2025-06-21 09:50:33 +00:00
parent 179f4f022d
commit f034f58c5f

View File

@ -28,8 +28,9 @@ jobs:
- name: Setup Helm - name: Setup Helm
run: | run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash #curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm version curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
helm version
- name: Package Helm Chart - name: Package Helm Chart
run: | run: |