diff --git a/uncloud_v3/helm/.helmignore b/k8s/helm/.helmignore similarity index 100% rename from uncloud_v3/helm/.helmignore rename to k8s/helm/.helmignore diff --git a/uncloud_v3/helm/Chart.yaml b/k8s/helm/Chart.yaml similarity index 100% rename from uncloud_v3/helm/Chart.yaml rename to k8s/helm/Chart.yaml diff --git a/uncloud_v3/helm/templates/NOTES.txt b/k8s/helm/templates/NOTES.txt similarity index 100% rename from uncloud_v3/helm/templates/NOTES.txt rename to k8s/helm/templates/NOTES.txt diff --git a/uncloud_v3/helm/templates/_helpers.tpl b/k8s/helm/templates/_helpers.tpl similarity index 100% rename from uncloud_v3/helm/templates/_helpers.tpl rename to k8s/helm/templates/_helpers.tpl diff --git a/uncloud_v3/helm/templates/deployment.yaml b/k8s/helm/templates/deployment.yaml similarity index 100% rename from uncloud_v3/helm/templates/deployment.yaml rename to k8s/helm/templates/deployment.yaml diff --git a/uncloud_v3/helm/templates/hpa.yaml b/k8s/helm/templates/hpa.yaml similarity index 100% rename from uncloud_v3/helm/templates/hpa.yaml rename to k8s/helm/templates/hpa.yaml diff --git a/uncloud_v3/helm/templates/ingress.yaml b/k8s/helm/templates/ingress.yaml similarity index 100% rename from uncloud_v3/helm/templates/ingress.yaml rename to k8s/helm/templates/ingress.yaml diff --git a/uncloud_v3/helm/templates/service.yaml b/k8s/helm/templates/service.yaml similarity index 100% rename from uncloud_v3/helm/templates/service.yaml rename to k8s/helm/templates/service.yaml diff --git a/uncloud_v3/helm/templates/serviceaccount.yaml b/k8s/helm/templates/serviceaccount.yaml similarity index 100% rename from uncloud_v3/helm/templates/serviceaccount.yaml rename to k8s/helm/templates/serviceaccount.yaml diff --git a/uncloud_v3/helm/templates/tests/test-connection.yaml b/k8s/helm/templates/tests/test-connection.yaml similarity index 100% rename from uncloud_v3/helm/templates/tests/test-connection.yaml rename to k8s/helm/templates/tests/test-connection.yaml diff --git a/uncloud_v3/helm/values.yaml b/k8s/helm/values.yaml similarity index 100% rename from uncloud_v3/helm/values.yaml rename to k8s/helm/values.yaml