Compare commits
No commits in common. "5fd7675ffbe3d55fbf645b21e287d133c2e584b8" and "2180602e3ac33260c33ac2ebcb76234cfe3b129d" have entirely different histories.
5fd7675ffb
...
2180602e3a
@ -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
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
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