charts/.woodpecker/node-red.yaml
Alex Manning 128ea7e2ec
All checks were successful
ci/woodpecker/push/node-red Pipeline was successful
Add node-red.
2022-12-25 00:24:34 +00:00

14 lines
388 B
YAML

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