diff --git a/docker/helm/.helmignore b/helm/.helmignore similarity index 100% rename from docker/helm/.helmignore rename to helm/.helmignore diff --git a/docker/helm/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from docker/helm/Chart.yaml rename to helm/Chart.yaml diff --git a/docker/helm/DISCLAIMER b/helm/DISCLAIMER similarity index 100% rename from docker/helm/DISCLAIMER rename to helm/DISCLAIMER diff --git a/docker/helm/LICENSE b/helm/LICENSE similarity index 100% rename from docker/helm/LICENSE rename to helm/LICENSE diff --git a/docker/helm/NOTICE b/helm/NOTICE similarity index 100% rename from docker/helm/NOTICE rename to helm/NOTICE diff --git a/docker/helm/README.md b/helm/README.md similarity index 100% rename from docker/helm/README.md rename to helm/README.md diff --git a/docker/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl similarity index 100% rename from docker/helm/templates/_helpers.tpl rename to helm/templates/_helpers.tpl diff --git a/docker/helm/templates/configmap.yaml b/helm/templates/configmap.yaml similarity index 100% rename from docker/helm/templates/configmap.yaml rename to helm/templates/configmap.yaml diff --git a/docker/helm/templates/sts-coordinator.yaml b/helm/templates/sts-coordinator.yaml similarity index 100% rename from docker/helm/templates/sts-coordinator.yaml rename to helm/templates/sts-coordinator.yaml diff --git a/docker/helm/templates/sts-tablet.yaml b/helm/templates/sts-tablet.yaml similarity index 100% rename from docker/helm/templates/sts-tablet.yaml rename to helm/templates/sts-tablet.yaml diff --git a/docker/helm/templates/svc-coordinator.yaml b/helm/templates/svc-coordinator.yaml similarity index 100% rename from docker/helm/templates/svc-coordinator.yaml rename to helm/templates/svc-coordinator.yaml diff --git a/docker/helm/templates/svc-tablet.yaml b/helm/templates/svc-tablet.yaml similarity index 100% rename from docker/helm/templates/svc-tablet.yaml rename to helm/templates/svc-tablet.yaml diff --git a/docker/helm/values.yaml b/helm/values.yaml similarity index 100% rename from docker/helm/values.yaml rename to helm/values.yaml