WIP
Some checks failed
generate-chart / generate-chart-publish (push) Failing after 1m34s

This commit is contained in:
Markus Pesch 2025-06-06 16:56:58 +02:00
parent f84f84ed53
commit 0ea64ae840
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -34,8 +34,7 @@ jobs:
apt update -y
apt install -y curl ca-certificates curl gnupg
# helm
curl -O https://get.helm.sh/helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz
tar -xzf helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz
curl --fail --location https://get.helm.sh/helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz --output /dev/stdout | tar --extract --gzip --file /dev/stdin
mv ${OS}-${ARCH}/helm /usr/local/bin/
rm -rf ${OS}-${ARCH} helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz
helm version