Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m38s
All checks were successful
Build docker container / Build image (push) Successful in 1m38s
This commit is contained in:
parent
bee8e757d1
commit
9d89cb70bc
@ -67,6 +67,7 @@ function packageHelm(){
|
||||
exit 1
|
||||
fi
|
||||
cd ${REPO_PATH:-.}
|
||||
ls -1
|
||||
helm package .
|
||||
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