Deprecate some charts.

This commit is contained in:
Alex Manning 2023-08-14 22:42:08 +01:00
parent 988b6c1f4e
commit 8f6337396f
39 changed files with 0 additions and 52 deletions

View file

@ -1,13 +0,0 @@
---
when:
path: "charts/fleetlock/**"
branches:
- main
pipeline:
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/fleetlock therepo

View file

@ -1,13 +0,0 @@
---
when:
path: "charts/mariadb/**"
branches:
- main
pipeline:
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/mariadb therepo

View file

@ -1,13 +0,0 @@
---
when:
path: "charts/node-red/**"
branches:
- main
pipeline:
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/node-red therepo

View file

@ -1,13 +0,0 @@
---
when:
path: "charts/timetagger/**"
branches:
- main
pipeline:
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/timetagger therepo