fixed chart path for build
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 17s

This commit is contained in:
Jonas Forsberg 2024-11-11 15:20:21 +01:00
parent 770044fba0
commit 6d3b50cf08

View File

@ -41,6 +41,6 @@ jobs:
CHART_NAME=$(yq .name Chart.yaml)
CHART_VERSION=$(yq .version Chart.yaml)
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
helm package $REPO_PATH
helm package .
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
done