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

This commit is contained in:
ties 2024-08-29 13:46:57 +00:00
parent 9dd332bfbe
commit dd30cd71ad

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 ./chart_template-0.0.2.tgz https://git.ties.one/api/packages/public/helm/api/charts
curl --user "$REPO_SECRET" -X POST --upload-file ./$helmPackage https://git.ties.one/api/packages/public/helm/api/charts
}
# if actions is not set