From 7617982beca994e044cf0467643a214f445a1c3e Mon Sep 17 00:00:00 2001 From: Mahsa Date: Mon, 29 Jan 2024 15:29:40 +0330 Subject: [PATCH] Change helm charts chart directories --- .github/workflows/ci.yaml | 2 +- {deployments => charts}/server/.helmignore | 0 {deployments => charts}/server/Chart.yaml | 0 {deployments => charts}/server/okd4-teh-1.yaml | 0 {deployments => charts}/server/okd4-teh-2.yaml | 0 {deployments => charts}/server/snappgroup-teh-1.yaml | 0 {deployments => charts}/server/templates/_helpers.tpl | 0 {deployments => charts}/server/templates/configmap.yaml | 0 {deployments => charts}/server/templates/deployment.yaml | 0 {deployments => charts}/server/templates/route.yaml | 0 {deployments => charts}/server/templates/service.yaml | 0 {deployments => charts}/server/templates/servicemonitor.yaml | 0 .../server/templates/tests/test-connection.yaml | 0 {deployments => charts}/server/values.yaml | 0 {deployments => charts}/teardown.sh | 0 {deployments => charts}/tearup.sh | 0 clients/harbor-client/{deploy => charts}/Chart.yaml | 0 .../harbor-client/{deploy => charts}/templates/deployment.yaml | 0 clients/harbor-client/{deploy => charts}/templates/secret.yaml | 0 clients/harbor-client/{deploy => charts}/templates/service.yaml | 0 clients/harbor-client/{deploy => charts}/values.yaml | 0 clients/proxy-client/{deploy => charts}/Chart.yaml | 0 .../proxy-client/{deploy => charts}/templates/deployment.yaml | 0 clients/proxy-client/{deploy => charts}/templates/secret.yaml | 0 clients/proxy-client/{deploy => charts}/templates/service.yaml | 0 clients/proxy-client/{deploy => charts}/values.yaml | 0 26 files changed, 1 insertion(+), 1 deletion(-) rename {deployments => charts}/server/.helmignore (100%) rename {deployments => charts}/server/Chart.yaml (100%) rename {deployments => charts}/server/okd4-teh-1.yaml (100%) rename {deployments => charts}/server/okd4-teh-2.yaml (100%) rename {deployments => charts}/server/snappgroup-teh-1.yaml (100%) rename {deployments => charts}/server/templates/_helpers.tpl (100%) rename {deployments => charts}/server/templates/configmap.yaml (100%) rename {deployments => charts}/server/templates/deployment.yaml (100%) rename {deployments => charts}/server/templates/route.yaml (100%) rename {deployments => charts}/server/templates/service.yaml (100%) rename {deployments => charts}/server/templates/servicemonitor.yaml (100%) rename {deployments => charts}/server/templates/tests/test-connection.yaml (100%) rename {deployments => charts}/server/values.yaml (100%) rename {deployments => charts}/teardown.sh (100%) rename {deployments => charts}/tearup.sh (100%) rename clients/harbor-client/{deploy => charts}/Chart.yaml (100%) rename clients/harbor-client/{deploy => charts}/templates/deployment.yaml (100%) rename clients/harbor-client/{deploy => charts}/templates/secret.yaml (100%) rename clients/harbor-client/{deploy => charts}/templates/service.yaml (100%) rename clients/harbor-client/{deploy => charts}/values.yaml (100%) rename clients/proxy-client/{deploy => charts}/Chart.yaml (100%) rename clients/proxy-client/{deploy => charts}/templates/deployment.yaml (100%) rename clients/proxy-client/{deploy => charts}/templates/secret.yaml (100%) rename clients/proxy-client/{deploy => charts}/templates/service.yaml (100%) rename clients/proxy-client/{deploy => charts}/values.yaml (100%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e032535..94fd54a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,7 +86,7 @@ jobs: - build-clients strategy: matrix: - dir: ["deployments/server", "clients/proxy-client/deploy", "clients/harbor-client/deploy"] + dir: ["charts/server", "clients/proxy-client", "clients/harbor-client"] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/deployments/server/.helmignore b/charts/server/.helmignore similarity index 100% rename from deployments/server/.helmignore rename to charts/server/.helmignore diff --git a/deployments/server/Chart.yaml b/charts/server/Chart.yaml similarity index 100% rename from deployments/server/Chart.yaml rename to charts/server/Chart.yaml diff --git a/deployments/server/okd4-teh-1.yaml b/charts/server/okd4-teh-1.yaml similarity index 100% rename from deployments/server/okd4-teh-1.yaml rename to charts/server/okd4-teh-1.yaml diff --git a/deployments/server/okd4-teh-2.yaml b/charts/server/okd4-teh-2.yaml similarity index 100% rename from deployments/server/okd4-teh-2.yaml rename to charts/server/okd4-teh-2.yaml diff --git a/deployments/server/snappgroup-teh-1.yaml b/charts/server/snappgroup-teh-1.yaml similarity index 100% rename from deployments/server/snappgroup-teh-1.yaml rename to charts/server/snappgroup-teh-1.yaml diff --git a/deployments/server/templates/_helpers.tpl b/charts/server/templates/_helpers.tpl similarity index 100% rename from deployments/server/templates/_helpers.tpl rename to charts/server/templates/_helpers.tpl diff --git a/deployments/server/templates/configmap.yaml b/charts/server/templates/configmap.yaml similarity index 100% rename from deployments/server/templates/configmap.yaml rename to charts/server/templates/configmap.yaml diff --git a/deployments/server/templates/deployment.yaml b/charts/server/templates/deployment.yaml similarity index 100% rename from deployments/server/templates/deployment.yaml rename to charts/server/templates/deployment.yaml diff --git a/deployments/server/templates/route.yaml b/charts/server/templates/route.yaml similarity index 100% rename from deployments/server/templates/route.yaml rename to charts/server/templates/route.yaml diff --git a/deployments/server/templates/service.yaml b/charts/server/templates/service.yaml similarity index 100% rename from deployments/server/templates/service.yaml rename to charts/server/templates/service.yaml diff --git a/deployments/server/templates/servicemonitor.yaml b/charts/server/templates/servicemonitor.yaml similarity index 100% rename from deployments/server/templates/servicemonitor.yaml rename to charts/server/templates/servicemonitor.yaml diff --git a/deployments/server/templates/tests/test-connection.yaml b/charts/server/templates/tests/test-connection.yaml similarity index 100% rename from deployments/server/templates/tests/test-connection.yaml rename to charts/server/templates/tests/test-connection.yaml diff --git a/deployments/server/values.yaml b/charts/server/values.yaml similarity index 100% rename from deployments/server/values.yaml rename to charts/server/values.yaml diff --git a/deployments/teardown.sh b/charts/teardown.sh similarity index 100% rename from deployments/teardown.sh rename to charts/teardown.sh diff --git a/deployments/tearup.sh b/charts/tearup.sh similarity index 100% rename from deployments/tearup.sh rename to charts/tearup.sh diff --git a/clients/harbor-client/deploy/Chart.yaml b/clients/harbor-client/charts/Chart.yaml similarity index 100% rename from clients/harbor-client/deploy/Chart.yaml rename to clients/harbor-client/charts/Chart.yaml diff --git a/clients/harbor-client/deploy/templates/deployment.yaml b/clients/harbor-client/charts/templates/deployment.yaml similarity index 100% rename from clients/harbor-client/deploy/templates/deployment.yaml rename to clients/harbor-client/charts/templates/deployment.yaml diff --git a/clients/harbor-client/deploy/templates/secret.yaml b/clients/harbor-client/charts/templates/secret.yaml similarity index 100% rename from clients/harbor-client/deploy/templates/secret.yaml rename to clients/harbor-client/charts/templates/secret.yaml diff --git a/clients/harbor-client/deploy/templates/service.yaml b/clients/harbor-client/charts/templates/service.yaml similarity index 100% rename from clients/harbor-client/deploy/templates/service.yaml rename to clients/harbor-client/charts/templates/service.yaml diff --git a/clients/harbor-client/deploy/values.yaml b/clients/harbor-client/charts/values.yaml similarity index 100% rename from clients/harbor-client/deploy/values.yaml rename to clients/harbor-client/charts/values.yaml diff --git a/clients/proxy-client/deploy/Chart.yaml b/clients/proxy-client/charts/Chart.yaml similarity index 100% rename from clients/proxy-client/deploy/Chart.yaml rename to clients/proxy-client/charts/Chart.yaml diff --git a/clients/proxy-client/deploy/templates/deployment.yaml b/clients/proxy-client/charts/templates/deployment.yaml similarity index 100% rename from clients/proxy-client/deploy/templates/deployment.yaml rename to clients/proxy-client/charts/templates/deployment.yaml diff --git a/clients/proxy-client/deploy/templates/secret.yaml b/clients/proxy-client/charts/templates/secret.yaml similarity index 100% rename from clients/proxy-client/deploy/templates/secret.yaml rename to clients/proxy-client/charts/templates/secret.yaml diff --git a/clients/proxy-client/deploy/templates/service.yaml b/clients/proxy-client/charts/templates/service.yaml similarity index 100% rename from clients/proxy-client/deploy/templates/service.yaml rename to clients/proxy-client/charts/templates/service.yaml diff --git a/clients/proxy-client/deploy/values.yaml b/clients/proxy-client/charts/values.yaml similarity index 100% rename from clients/proxy-client/deploy/values.yaml rename to clients/proxy-client/charts/values.yaml