charts/.woodpecker/homeassistant.yaml
2023-08-14 23:04:58 +01:00

13 lines
392 B
YAML

---
when:
path: "charts/homeassistant/**"
branch: main
steps:
package:
image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo]
commands:
- helm plugin install https://github.com/chartmuseum/helm-push
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
- helm cm-push charts/homeassistant therepo