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

This commit is contained in:
2025-06-20 10:17:54 +00:00
parent 88a0c10498
commit 4e16ddafa2

View File

@ -29,7 +29,7 @@ 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 -fsSLO /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 curl -fsSLo /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