added dependancy building
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
This commit is contained in:
parent
13c879d1d5
commit
f08bcc331d
@ -40,6 +40,8 @@ jobs:
|
||||
cd ${REPO_PATH}/${chart}
|
||||
CHART_NAME=$(yq .name Chart.yaml)
|
||||
CHART_VERSION=$(yq .version Chart.yaml)
|
||||
echo "Building dependancies for helm-chart"
|
||||
helm dependency build
|
||||
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
||||
helm package .
|
||||
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
|
||||
|
Loading…
Reference in New Issue
Block a user