charts/.woodpecker/forgejo.yaml
Alex Manning 6c1e30cdb3
All checks were successful
ci/woodpecker/push/forgejo Pipeline was successful
Add initial forgejo helm chart.
2024-03-05 23:50:20 +00:00

13 lines
380 B
YAML

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