Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m43s
All checks were successful
Build docker container / Build image (push) Successful in 1m43s
This commit is contained in:
parent
c721608246
commit
a96cf66491
@ -66,11 +66,7 @@ function packageHelm(){
|
|||||||
false
|
false
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Current folder:"
|
|
||||||
ls -1
|
|
||||||
cd ${REPO_PATH:-.}
|
cd ${REPO_PATH:-.}
|
||||||
echo ${REPO_PATH:-.}
|
|
||||||
ls -1
|
|
||||||
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