charts/.woodpecker/homeassistant.yaml
Alex Manning 5a290383ad
All checks were successful
ci/woodpecker/push/homeassistant Pipeline was successful
Add standalone chart for homeassistant.
2023-03-03 21:56:07 +00:00

14 lines
399 B
YAML

---
when:
path: "charts/homeassistant/**"
branches:
- main
pipeline:
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