Deprecate mautrix-signal and mautrix-instagram.

This commit is contained in:
Alex Manning 2024-03-01 23:19:34 +00:00
parent 2a1762b968
commit c90d9fe6b1
17 changed files with 0 additions and 24 deletions

View file

@ -1,12 +0,0 @@
---
when:
path: "charts/mautrix-instagram/**"
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/mautrix-instagram therepo

View file

@ -1,12 +0,0 @@
---
when:
path: "charts/mautrix-signal/**"
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/mautrix-signal therepo