Update createHelmYaml.sh
Some checks failed
Build docker container / Build image (push) Has been cancelled

This commit is contained in:
ties 2025-03-17 15:22:14 +00:00
parent 2844cc2bb5
commit 43e403cd84

View File

@ -66,6 +66,8 @@ function packageHelm(){
false
exit 1
fi
ls -1 ${REPO_PATH:-.}
cat ${REPO_PATH:-.}/Chart.yaml
helm package ${REPO_PATH:-.}
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