Merge pull request 'test_dep_build' (#4) from test_dep_build into main
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 16s
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 16s
Reviewed-on: #4
This commit is contained in:
commit
4f092eaa2a
@ -52,8 +52,6 @@ jobs:
|
|||||||
cd ${REPO_PATH}/${chart}
|
cd ${REPO_PATH}/${chart}
|
||||||
CHART_NAME=$(yq .name Chart.yaml)
|
CHART_NAME=$(yq .name Chart.yaml)
|
||||||
CHART_VERSION=$(yq .version Chart.yaml)
|
CHART_VERSION=$(yq .version Chart.yaml)
|
||||||
echo "Building dependancies for helm-chart"
|
|
||||||
helm dependency build
|
|
||||||
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
||||||
helm package .
|
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
|
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
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/home-assistant/home-assistant
|
repository: ghcr.io/home-assistant/home-assistant
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user