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