3 Commits

Author SHA1 Message Date
Jonas Forsberg
5fd7675ffb trigger pipe build
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
2024-11-11 16:11:59 +01:00
Jonas Forsberg
c5d44ffffa removed dep build in push 2024-11-11 16:11:29 +01:00
2180602e3a Merge pull request 'linting' (#3) from linting into main
Some checks failed
Package and publish helm chart / package-helm (push) Failing after 16s
Reviewed-on: #3
2024-11-11 15:07:15 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -52,8 +52,6 @@ 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

View File

@@ -1,3 +1,4 @@
image:
repository: ghcr.io/home-assistant/home-assistant
tag: