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

This commit is contained in:
ties 2024-08-29 13:48:04 +00:00
parent dd30cd71ad
commit 9db180eaec

View File

@ -41,7 +41,7 @@ function packageHelm(){
fi
helm package .
helmPackage="$(yq '.name' Chart.yaml)-$(yq '.version' Chart.yaml)"
curl --user "$REPO_SECRET" -X POST --upload-file ./$helmPackage 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
}
# if actions is not set