charts/.woodpecker/zigbee2mqtt.yaml
Alex Manning af1a0e3bb1
All checks were successful
ci/woodpecker/push/zigbee2mqtt Pipeline was successful
Add standalone zigbee2mqtt chart.
2023-03-03 20:43:53 +00:00

14 lines
395 B
YAML

---
when:
path: "charts/zigbee2mqtt/**"
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/zigbee2mqtt therepo