Compare commits

..

No commits in common. "4f092eaa2ac73c1b923facd3da49abdc0442f3a5" and "2180602e3ac33260c33ac2ebcb76234cfe3b129d" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

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