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