Update createHelmYaml.sh
Some checks failed
Build docker container / Build image (push) Has been cancelled
Some checks failed
Build docker container / Build image (push) Has been cancelled
This commit is contained in:
parent
2844cc2bb5
commit
43e403cd84
@ -66,6 +66,8 @@ function packageHelm(){
|
|||||||
false
|
false
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
ls -1 ${REPO_PATH:-.}
|
||||||
|
cat ${REPO_PATH:-.}/Chart.yaml
|
||||||
helm package ${REPO_PATH:-.}
|
helm package ${REPO_PATH:-.}
|
||||||
helmPackage="$(yq '.name' Chart.yaml)-$(yq '.version' Chart.yaml)"
|
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
|
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