Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m38s

This commit is contained in:
ties 2025-03-17 15:27:47 +00:00
parent bee8e757d1
commit 9d89cb70bc

View File

@ -67,6 +67,7 @@ function packageHelm(){
exit 1
fi
cd ${REPO_PATH:-.}
ls -1
helm package .
helmPackage="$(yq '.name' Chart.yaml)-$(yq '.version' Chart.yaml)"
curl --user "$REPO_SECRET" -X POST --upload-file ./$helmPackage.tgz https://git.ties.one/api/packages/public/helm/api/charts