charts/.woodpecker/rust-synapse-compress-state.yaml
Alex Manning ec49865574
All checks were successful
ci/woodpecker/push/rust-synapse-compress-state Pipeline was successful
Add chart for rust-synapse-compress-state.
2023-09-27 23:00:52 +01:00

13 lines
420 B
YAML

---
when:
path: "charts/rust-synapse-compress-state/**"
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/rust-synapse-compress-state therepo