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