charts/.woodpecker/spliit.yaml
Alex Manning b47faefb5b
All checks were successful
ci/woodpecker/push/spliit Pipeline was successful
Helm chart for spliit.
2024-05-29 19:36:38 +01:00

13 lines
378 B
YAML

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