From 8f6337396f0175f95afb6f2fb6e87266231b6dd8 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 14 Aug 2023 22:42:08 +0100 Subject: [PATCH] Deprecate some charts. --- .woodpecker/fleetlock.yaml | 13 ------------- .woodpecker/mariadb.yaml | 13 ------------- .woodpecker/node-red.yaml | 13 ------------- .woodpecker/timetagger.yaml | 13 ------------- charts/{ => _deprecated}/fleetlock/.helmignore | 0 charts/{ => _deprecated}/fleetlock/Chart.yaml | 0 .../fleetlock/templates/_helpers.tpl | 0 .../fleetlock/templates/cluster-role-binding.yaml | 0 .../fleetlock/templates/cluster-role.yaml | 0 .../fleetlock/templates/deployment.yaml | 0 .../fleetlock/templates/role-binding.yaml | 0 .../{ => _deprecated}/fleetlock/templates/role.yaml | 0 .../fleetlock/templates/service-account.yaml | 0 .../fleetlock/templates/service.yaml | 0 charts/{ => _deprecated}/fleetlock/values.yaml | 0 charts/{ => _deprecated}/mariadb/.helmignore | 0 charts/{ => _deprecated}/mariadb/Chart.yaml | 0 .../mariadb/templates/_helpers.tpl | 0 charts/{ => _deprecated}/mariadb/templates/pvc.yaml | 0 .../mariadb/templates/service.yaml | 0 .../mariadb/templates/statefulset.yaml | 0 charts/{ => _deprecated}/mariadb/values.yaml | 0 charts/{ => _deprecated}/node-red/.helmignore | 0 charts/{ => _deprecated}/node-red/Chart.yaml | 0 .../node-red/templates/_helpers.tpl | 0 .../node-red/templates/deployment.yaml | 0 .../{ => _deprecated}/node-red/templates/pvc.yaml | 0 .../node-red/templates/service.yaml | 0 .../node-red/templates/serviceaccount.yaml | 0 charts/{ => _deprecated}/node-red/values.yaml | 0 charts/{ => _deprecated}/timetagger/.helmignore | 0 charts/{ => _deprecated}/timetagger/Chart.yaml | 0 .../timetagger/templates/_helpers.tpl | 0 .../timetagger/templates/deployment.yaml | 0 .../timetagger/templates/ingress.yaml | 0 .../{ => _deprecated}/timetagger/templates/pvc.yaml | 0 .../timetagger/templates/secret.yaml | 0 .../timetagger/templates/service.yaml | 0 charts/{ => _deprecated}/timetagger/values.yaml | 0 39 files changed, 52 deletions(-) delete mode 100644 .woodpecker/fleetlock.yaml delete mode 100644 .woodpecker/mariadb.yaml delete mode 100644 .woodpecker/node-red.yaml delete mode 100644 .woodpecker/timetagger.yaml rename charts/{ => _deprecated}/fleetlock/.helmignore (100%) rename charts/{ => _deprecated}/fleetlock/Chart.yaml (100%) rename charts/{ => _deprecated}/fleetlock/templates/_helpers.tpl (100%) rename charts/{ => _deprecated}/fleetlock/templates/cluster-role-binding.yaml (100%) rename charts/{ => _deprecated}/fleetlock/templates/cluster-role.yaml (100%) rename charts/{ => _deprecated}/fleetlock/templates/deployment.yaml (100%) rename charts/{ => _deprecated}/fleetlock/templates/role-binding.yaml (100%) rename charts/{ => _deprecated}/fleetlock/templates/role.yaml (100%) rename charts/{ => _deprecated}/fleetlock/templates/service-account.yaml (100%) rename charts/{ => _deprecated}/fleetlock/templates/service.yaml (100%) rename charts/{ => _deprecated}/fleetlock/values.yaml (100%) rename charts/{ => _deprecated}/mariadb/.helmignore (100%) rename charts/{ => _deprecated}/mariadb/Chart.yaml (100%) rename charts/{ => _deprecated}/mariadb/templates/_helpers.tpl (100%) rename charts/{ => _deprecated}/mariadb/templates/pvc.yaml (100%) rename charts/{ => _deprecated}/mariadb/templates/service.yaml (100%) rename charts/{ => _deprecated}/mariadb/templates/statefulset.yaml (100%) rename charts/{ => _deprecated}/mariadb/values.yaml (100%) rename charts/{ => _deprecated}/node-red/.helmignore (100%) rename charts/{ => _deprecated}/node-red/Chart.yaml (100%) rename charts/{ => _deprecated}/node-red/templates/_helpers.tpl (100%) rename charts/{ => _deprecated}/node-red/templates/deployment.yaml (100%) rename charts/{ => _deprecated}/node-red/templates/pvc.yaml (100%) rename charts/{ => _deprecated}/node-red/templates/service.yaml (100%) rename charts/{ => _deprecated}/node-red/templates/serviceaccount.yaml (100%) rename charts/{ => _deprecated}/node-red/values.yaml (100%) rename charts/{ => _deprecated}/timetagger/.helmignore (100%) rename charts/{ => _deprecated}/timetagger/Chart.yaml (100%) rename charts/{ => _deprecated}/timetagger/templates/_helpers.tpl (100%) rename charts/{ => _deprecated}/timetagger/templates/deployment.yaml (100%) rename charts/{ => _deprecated}/timetagger/templates/ingress.yaml (100%) rename charts/{ => _deprecated}/timetagger/templates/pvc.yaml (100%) rename charts/{ => _deprecated}/timetagger/templates/secret.yaml (100%) rename charts/{ => _deprecated}/timetagger/templates/service.yaml (100%) rename charts/{ => _deprecated}/timetagger/values.yaml (100%) diff --git a/.woodpecker/fleetlock.yaml b/.woodpecker/fleetlock.yaml deleted file mode 100644 index 402cf82..0000000 --- a/.woodpecker/fleetlock.yaml +++ /dev/null @@ -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 diff --git a/.woodpecker/mariadb.yaml b/.woodpecker/mariadb.yaml deleted file mode 100644 index bc103d3..0000000 --- a/.woodpecker/mariadb.yaml +++ /dev/null @@ -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 diff --git a/.woodpecker/node-red.yaml b/.woodpecker/node-red.yaml deleted file mode 100644 index 37a3ba8..0000000 --- a/.woodpecker/node-red.yaml +++ /dev/null @@ -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 diff --git a/.woodpecker/timetagger.yaml b/.woodpecker/timetagger.yaml deleted file mode 100644 index 48960c3..0000000 --- a/.woodpecker/timetagger.yaml +++ /dev/null @@ -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 diff --git a/charts/fleetlock/.helmignore b/charts/_deprecated/fleetlock/.helmignore similarity index 100% rename from charts/fleetlock/.helmignore rename to charts/_deprecated/fleetlock/.helmignore diff --git a/charts/fleetlock/Chart.yaml b/charts/_deprecated/fleetlock/Chart.yaml similarity index 100% rename from charts/fleetlock/Chart.yaml rename to charts/_deprecated/fleetlock/Chart.yaml diff --git a/charts/fleetlock/templates/_helpers.tpl b/charts/_deprecated/fleetlock/templates/_helpers.tpl similarity index 100% rename from charts/fleetlock/templates/_helpers.tpl rename to charts/_deprecated/fleetlock/templates/_helpers.tpl diff --git a/charts/fleetlock/templates/cluster-role-binding.yaml b/charts/_deprecated/fleetlock/templates/cluster-role-binding.yaml similarity index 100% rename from charts/fleetlock/templates/cluster-role-binding.yaml rename to charts/_deprecated/fleetlock/templates/cluster-role-binding.yaml diff --git a/charts/fleetlock/templates/cluster-role.yaml b/charts/_deprecated/fleetlock/templates/cluster-role.yaml similarity index 100% rename from charts/fleetlock/templates/cluster-role.yaml rename to charts/_deprecated/fleetlock/templates/cluster-role.yaml diff --git a/charts/fleetlock/templates/deployment.yaml b/charts/_deprecated/fleetlock/templates/deployment.yaml similarity index 100% rename from charts/fleetlock/templates/deployment.yaml rename to charts/_deprecated/fleetlock/templates/deployment.yaml diff --git a/charts/fleetlock/templates/role-binding.yaml b/charts/_deprecated/fleetlock/templates/role-binding.yaml similarity index 100% rename from charts/fleetlock/templates/role-binding.yaml rename to charts/_deprecated/fleetlock/templates/role-binding.yaml diff --git a/charts/fleetlock/templates/role.yaml b/charts/_deprecated/fleetlock/templates/role.yaml similarity index 100% rename from charts/fleetlock/templates/role.yaml rename to charts/_deprecated/fleetlock/templates/role.yaml diff --git a/charts/fleetlock/templates/service-account.yaml b/charts/_deprecated/fleetlock/templates/service-account.yaml similarity index 100% rename from charts/fleetlock/templates/service-account.yaml rename to charts/_deprecated/fleetlock/templates/service-account.yaml diff --git a/charts/fleetlock/templates/service.yaml b/charts/_deprecated/fleetlock/templates/service.yaml similarity index 100% rename from charts/fleetlock/templates/service.yaml rename to charts/_deprecated/fleetlock/templates/service.yaml diff --git a/charts/fleetlock/values.yaml b/charts/_deprecated/fleetlock/values.yaml similarity index 100% rename from charts/fleetlock/values.yaml rename to charts/_deprecated/fleetlock/values.yaml diff --git a/charts/mariadb/.helmignore b/charts/_deprecated/mariadb/.helmignore similarity index 100% rename from charts/mariadb/.helmignore rename to charts/_deprecated/mariadb/.helmignore diff --git a/charts/mariadb/Chart.yaml b/charts/_deprecated/mariadb/Chart.yaml similarity index 100% rename from charts/mariadb/Chart.yaml rename to charts/_deprecated/mariadb/Chart.yaml diff --git a/charts/mariadb/templates/_helpers.tpl b/charts/_deprecated/mariadb/templates/_helpers.tpl similarity index 100% rename from charts/mariadb/templates/_helpers.tpl rename to charts/_deprecated/mariadb/templates/_helpers.tpl diff --git a/charts/mariadb/templates/pvc.yaml b/charts/_deprecated/mariadb/templates/pvc.yaml similarity index 100% rename from charts/mariadb/templates/pvc.yaml rename to charts/_deprecated/mariadb/templates/pvc.yaml diff --git a/charts/mariadb/templates/service.yaml b/charts/_deprecated/mariadb/templates/service.yaml similarity index 100% rename from charts/mariadb/templates/service.yaml rename to charts/_deprecated/mariadb/templates/service.yaml diff --git a/charts/mariadb/templates/statefulset.yaml b/charts/_deprecated/mariadb/templates/statefulset.yaml similarity index 100% rename from charts/mariadb/templates/statefulset.yaml rename to charts/_deprecated/mariadb/templates/statefulset.yaml diff --git a/charts/mariadb/values.yaml b/charts/_deprecated/mariadb/values.yaml similarity index 100% rename from charts/mariadb/values.yaml rename to charts/_deprecated/mariadb/values.yaml diff --git a/charts/node-red/.helmignore b/charts/_deprecated/node-red/.helmignore similarity index 100% rename from charts/node-red/.helmignore rename to charts/_deprecated/node-red/.helmignore diff --git a/charts/node-red/Chart.yaml b/charts/_deprecated/node-red/Chart.yaml similarity index 100% rename from charts/node-red/Chart.yaml rename to charts/_deprecated/node-red/Chart.yaml diff --git a/charts/node-red/templates/_helpers.tpl b/charts/_deprecated/node-red/templates/_helpers.tpl similarity index 100% rename from charts/node-red/templates/_helpers.tpl rename to charts/_deprecated/node-red/templates/_helpers.tpl diff --git a/charts/node-red/templates/deployment.yaml b/charts/_deprecated/node-red/templates/deployment.yaml similarity index 100% rename from charts/node-red/templates/deployment.yaml rename to charts/_deprecated/node-red/templates/deployment.yaml diff --git a/charts/node-red/templates/pvc.yaml b/charts/_deprecated/node-red/templates/pvc.yaml similarity index 100% rename from charts/node-red/templates/pvc.yaml rename to charts/_deprecated/node-red/templates/pvc.yaml diff --git a/charts/node-red/templates/service.yaml b/charts/_deprecated/node-red/templates/service.yaml similarity index 100% rename from charts/node-red/templates/service.yaml rename to charts/_deprecated/node-red/templates/service.yaml diff --git a/charts/node-red/templates/serviceaccount.yaml b/charts/_deprecated/node-red/templates/serviceaccount.yaml similarity index 100% rename from charts/node-red/templates/serviceaccount.yaml rename to charts/_deprecated/node-red/templates/serviceaccount.yaml diff --git a/charts/node-red/values.yaml b/charts/_deprecated/node-red/values.yaml similarity index 100% rename from charts/node-red/values.yaml rename to charts/_deprecated/node-red/values.yaml diff --git a/charts/timetagger/.helmignore b/charts/_deprecated/timetagger/.helmignore similarity index 100% rename from charts/timetagger/.helmignore rename to charts/_deprecated/timetagger/.helmignore diff --git a/charts/timetagger/Chart.yaml b/charts/_deprecated/timetagger/Chart.yaml similarity index 100% rename from charts/timetagger/Chart.yaml rename to charts/_deprecated/timetagger/Chart.yaml diff --git a/charts/timetagger/templates/_helpers.tpl b/charts/_deprecated/timetagger/templates/_helpers.tpl similarity index 100% rename from charts/timetagger/templates/_helpers.tpl rename to charts/_deprecated/timetagger/templates/_helpers.tpl diff --git a/charts/timetagger/templates/deployment.yaml b/charts/_deprecated/timetagger/templates/deployment.yaml similarity index 100% rename from charts/timetagger/templates/deployment.yaml rename to charts/_deprecated/timetagger/templates/deployment.yaml diff --git a/charts/timetagger/templates/ingress.yaml b/charts/_deprecated/timetagger/templates/ingress.yaml similarity index 100% rename from charts/timetagger/templates/ingress.yaml rename to charts/_deprecated/timetagger/templates/ingress.yaml diff --git a/charts/timetagger/templates/pvc.yaml b/charts/_deprecated/timetagger/templates/pvc.yaml similarity index 100% rename from charts/timetagger/templates/pvc.yaml rename to charts/_deprecated/timetagger/templates/pvc.yaml diff --git a/charts/timetagger/templates/secret.yaml b/charts/_deprecated/timetagger/templates/secret.yaml similarity index 100% rename from charts/timetagger/templates/secret.yaml rename to charts/_deprecated/timetagger/templates/secret.yaml diff --git a/charts/timetagger/templates/service.yaml b/charts/_deprecated/timetagger/templates/service.yaml similarity index 100% rename from charts/timetagger/templates/service.yaml rename to charts/_deprecated/timetagger/templates/service.yaml diff --git a/charts/timetagger/values.yaml b/charts/_deprecated/timetagger/values.yaml similarity index 100% rename from charts/timetagger/values.yaml rename to charts/_deprecated/timetagger/values.yaml