Deprecate some charts.
This commit is contained in:
parent
988b6c1f4e
commit
8f6337396f
39 changed files with 0 additions and 52 deletions
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in a new issue