fixed chart path for build
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 17s
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 17s
This commit is contained in:
parent
770044fba0
commit
6d3b50cf08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user