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

This commit is contained in:
ties 2025-03-17 15:18:52 +00:00
parent 63e69a5ffe
commit 2844cc2bb5

View File

@ -66,7 +66,7 @@ function packageHelm(){
false false
exit 1 exit 1
fi fi
helm package . helm package ${REPO_PATH:-.}
helmPackage="$(yq '.name' Chart.yaml)-$(yq '.version' Chart.yaml)" 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 curl --user "$REPO_SECRET" -X POST --upload-file ./$helmPackage.tgz https://git.ties.one/api/packages/public/helm/api/charts