.gitea/workflows/build.yml aktualisiert

This commit is contained in:
2025-06-21 09:52:21 +00:00
parent 735b5c496b
commit dccc527ba0

View File

@ -25,7 +25,8 @@ 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
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
helm version helm version
- name: Package Helm Chart - name: Package Helm Chart