Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m47s
All checks were successful
Build docker container / Build image (push) Successful in 1m47s
This commit is contained in:
parent
63e69a5ffe
commit
2844cc2bb5
@ -66,7 +66,7 @@ function packageHelm(){
|
||||
false
|
||||
exit 1
|
||||
fi
|
||||
helm package .
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user