From edb087c75c6c338b222ebcd29046614e64e4c9c7 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 8 Nov 2022 18:18:40 +0100 Subject: [PATCH] OZG-3075 move helm chart to intelliform-adapter --- {helm-chart => intelliform-adapter/src/main/helm}/Chart.yaml | 0 {helm-chart => intelliform-adapter/src/main/helm}/app-readme.md | 0 {helm-chart => intelliform-adapter/src/main/helm}/questions.yml | 0 .../src/main/helm}/templates/NOTES.txt | 0 .../src/main/helm}/templates/_helpers.tpl | 0 .../src/main/helm}/templates/deployment.yaml | 0 .../src/main/helm}/templates/image-pull-secret.yaml | 0 .../src/main/helm}/templates/ingress.yaml | 0 .../src/main/helm}/templates/service.yaml | 0 .../src/main/helm}/templates/service_monitor.yaml | 0 .../src/main/helm}/templates/tests/test-ingress-connection.yaml | 0 .../src/main/helm}/templates/tests/test-service-connection.yaml | 0 .../src/main/helm}/test-values.yaml | 0 {helm-chart => intelliform-adapter/src/main/helm}/values.yaml | 0 .../src/test/helm}/deployment_defaults_annotaion_test.yaml | 0 .../src/test/helm}/deployment_defaults_labels_test.yaml | 0 .../src/test/helm}/deployment_env_test.yaml | 0 .../src/test/helm}/deployment_resources_test.yaml | 0 .../src/test/helm}/deployment_routing-strategy.yaml | 0 .../src/test/helm}/deployment_springProfile_test.yaml | 0 .../src/test/helm}/deployment_test.yaml | 0 .../src/test/helm}/image-pull-secret-test.yaml | 0 .../src/test/helm}/ingress-create-or-not.yaml | 0 .../src/test/helm}/ingress_test.yaml | 0 .../src/test/helm}/service_monitor_test.yaml | 0 .../src/test/helm}/service_test.yaml | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename {helm-chart => intelliform-adapter/src/main/helm}/Chart.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/app-readme.md (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/questions.yml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/NOTES.txt (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/_helpers.tpl (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/deployment.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/image-pull-secret.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/ingress.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/service.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/service_monitor.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/tests/test-ingress-connection.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/templates/tests/test-service-connection.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/test-values.yaml (100%) rename {helm-chart => intelliform-adapter/src/main/helm}/values.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/deployment_defaults_annotaion_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/deployment_defaults_labels_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/deployment_env_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/deployment_resources_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/deployment_routing-strategy.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/deployment_springProfile_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/deployment_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/image-pull-secret-test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/ingress-create-or-not.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/ingress_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/service_monitor_test.yaml (100%) rename {helm-chart/unit-tests => intelliform-adapter/src/test/helm}/service_test.yaml (100%) diff --git a/helm-chart/Chart.yaml b/intelliform-adapter/src/main/helm/Chart.yaml similarity index 100% rename from helm-chart/Chart.yaml rename to intelliform-adapter/src/main/helm/Chart.yaml diff --git a/helm-chart/app-readme.md b/intelliform-adapter/src/main/helm/app-readme.md similarity index 100% rename from helm-chart/app-readme.md rename to intelliform-adapter/src/main/helm/app-readme.md diff --git a/helm-chart/questions.yml b/intelliform-adapter/src/main/helm/questions.yml similarity index 100% rename from helm-chart/questions.yml rename to intelliform-adapter/src/main/helm/questions.yml diff --git a/helm-chart/templates/NOTES.txt b/intelliform-adapter/src/main/helm/templates/NOTES.txt similarity index 100% rename from helm-chart/templates/NOTES.txt rename to intelliform-adapter/src/main/helm/templates/NOTES.txt diff --git a/helm-chart/templates/_helpers.tpl b/intelliform-adapter/src/main/helm/templates/_helpers.tpl similarity index 100% rename from helm-chart/templates/_helpers.tpl rename to intelliform-adapter/src/main/helm/templates/_helpers.tpl diff --git a/helm-chart/templates/deployment.yaml b/intelliform-adapter/src/main/helm/templates/deployment.yaml similarity index 100% rename from helm-chart/templates/deployment.yaml rename to intelliform-adapter/src/main/helm/templates/deployment.yaml diff --git a/helm-chart/templates/image-pull-secret.yaml b/intelliform-adapter/src/main/helm/templates/image-pull-secret.yaml similarity index 100% rename from helm-chart/templates/image-pull-secret.yaml rename to intelliform-adapter/src/main/helm/templates/image-pull-secret.yaml diff --git a/helm-chart/templates/ingress.yaml b/intelliform-adapter/src/main/helm/templates/ingress.yaml similarity index 100% rename from helm-chart/templates/ingress.yaml rename to intelliform-adapter/src/main/helm/templates/ingress.yaml diff --git a/helm-chart/templates/service.yaml b/intelliform-adapter/src/main/helm/templates/service.yaml similarity index 100% rename from helm-chart/templates/service.yaml rename to intelliform-adapter/src/main/helm/templates/service.yaml diff --git a/helm-chart/templates/service_monitor.yaml b/intelliform-adapter/src/main/helm/templates/service_monitor.yaml similarity index 100% rename from helm-chart/templates/service_monitor.yaml rename to intelliform-adapter/src/main/helm/templates/service_monitor.yaml diff --git a/helm-chart/templates/tests/test-ingress-connection.yaml b/intelliform-adapter/src/main/helm/templates/tests/test-ingress-connection.yaml similarity index 100% rename from helm-chart/templates/tests/test-ingress-connection.yaml rename to intelliform-adapter/src/main/helm/templates/tests/test-ingress-connection.yaml diff --git a/helm-chart/templates/tests/test-service-connection.yaml b/intelliform-adapter/src/main/helm/templates/tests/test-service-connection.yaml similarity index 100% rename from helm-chart/templates/tests/test-service-connection.yaml rename to intelliform-adapter/src/main/helm/templates/tests/test-service-connection.yaml diff --git a/helm-chart/test-values.yaml b/intelliform-adapter/src/main/helm/test-values.yaml similarity index 100% rename from helm-chart/test-values.yaml rename to intelliform-adapter/src/main/helm/test-values.yaml diff --git a/helm-chart/values.yaml b/intelliform-adapter/src/main/helm/values.yaml similarity index 100% rename from helm-chart/values.yaml rename to intelliform-adapter/src/main/helm/values.yaml diff --git a/helm-chart/unit-tests/deployment_defaults_annotaion_test.yaml b/intelliform-adapter/src/test/helm/deployment_defaults_annotaion_test.yaml similarity index 100% rename from helm-chart/unit-tests/deployment_defaults_annotaion_test.yaml rename to intelliform-adapter/src/test/helm/deployment_defaults_annotaion_test.yaml diff --git a/helm-chart/unit-tests/deployment_defaults_labels_test.yaml b/intelliform-adapter/src/test/helm/deployment_defaults_labels_test.yaml similarity index 100% rename from helm-chart/unit-tests/deployment_defaults_labels_test.yaml rename to intelliform-adapter/src/test/helm/deployment_defaults_labels_test.yaml diff --git a/helm-chart/unit-tests/deployment_env_test.yaml b/intelliform-adapter/src/test/helm/deployment_env_test.yaml similarity index 100% rename from helm-chart/unit-tests/deployment_env_test.yaml rename to intelliform-adapter/src/test/helm/deployment_env_test.yaml diff --git a/helm-chart/unit-tests/deployment_resources_test.yaml b/intelliform-adapter/src/test/helm/deployment_resources_test.yaml similarity index 100% rename from helm-chart/unit-tests/deployment_resources_test.yaml rename to intelliform-adapter/src/test/helm/deployment_resources_test.yaml diff --git a/helm-chart/unit-tests/deployment_routing-strategy.yaml b/intelliform-adapter/src/test/helm/deployment_routing-strategy.yaml similarity index 100% rename from helm-chart/unit-tests/deployment_routing-strategy.yaml rename to intelliform-adapter/src/test/helm/deployment_routing-strategy.yaml diff --git a/helm-chart/unit-tests/deployment_springProfile_test.yaml b/intelliform-adapter/src/test/helm/deployment_springProfile_test.yaml similarity index 100% rename from helm-chart/unit-tests/deployment_springProfile_test.yaml rename to intelliform-adapter/src/test/helm/deployment_springProfile_test.yaml diff --git a/helm-chart/unit-tests/deployment_test.yaml b/intelliform-adapter/src/test/helm/deployment_test.yaml similarity index 100% rename from helm-chart/unit-tests/deployment_test.yaml rename to intelliform-adapter/src/test/helm/deployment_test.yaml diff --git a/helm-chart/unit-tests/image-pull-secret-test.yaml b/intelliform-adapter/src/test/helm/image-pull-secret-test.yaml similarity index 100% rename from helm-chart/unit-tests/image-pull-secret-test.yaml rename to intelliform-adapter/src/test/helm/image-pull-secret-test.yaml diff --git a/helm-chart/unit-tests/ingress-create-or-not.yaml b/intelliform-adapter/src/test/helm/ingress-create-or-not.yaml similarity index 100% rename from helm-chart/unit-tests/ingress-create-or-not.yaml rename to intelliform-adapter/src/test/helm/ingress-create-or-not.yaml diff --git a/helm-chart/unit-tests/ingress_test.yaml b/intelliform-adapter/src/test/helm/ingress_test.yaml similarity index 100% rename from helm-chart/unit-tests/ingress_test.yaml rename to intelliform-adapter/src/test/helm/ingress_test.yaml diff --git a/helm-chart/unit-tests/service_monitor_test.yaml b/intelliform-adapter/src/test/helm/service_monitor_test.yaml similarity index 100% rename from helm-chart/unit-tests/service_monitor_test.yaml rename to intelliform-adapter/src/test/helm/service_monitor_test.yaml diff --git a/helm-chart/unit-tests/service_test.yaml b/intelliform-adapter/src/test/helm/service_test.yaml similarity index 100% rename from helm-chart/unit-tests/service_test.yaml rename to intelliform-adapter/src/test/helm/service_test.yaml -- GitLab