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

This commit is contained in:
ties 2025-03-17 15:37:51 +00:00
parent c721608246
commit a96cf66491

View File

@ -66,11 +66,7 @@ function packageHelm(){
false
exit 1
fi
echo "Current folder:"
ls -1
cd ${REPO_PATH:-.}
echo ${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