2022-12-21 23:29:39 +00:00
|
|
|
---
|
|
|
|
when:
|
2023-03-02 21:06:05 +00:00
|
|
|
path: "charts/mautrix-whatsapp/**"
|
2022-12-21 23:29:39 +00:00
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pipeline:
|
|
|
|
package:
|
|
|
|
image: "docker.io/alpine/helm:latest"
|
2022-12-21 23:36:41 +00:00
|
|
|
secrets: [helm_user, helm_password, helm_repo]
|
2022-12-21 23:29:39 +00:00
|
|
|
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/mautrix-whatsapp therepo
|