diff --git a/k8s/seaweedfs/.helmignore b/k8s/helm_charts2/.helmignore similarity index 100% rename from k8s/seaweedfs/.helmignore rename to k8s/helm_charts2/.helmignore diff --git a/k8s/seaweedfs/Chart.yaml b/k8s/helm_charts2/Chart.yaml similarity index 100% rename from k8s/seaweedfs/Chart.yaml rename to k8s/helm_charts2/Chart.yaml diff --git a/k8s/seaweedfs/dashboards/seaweedfs-grafana-dashboard.json b/k8s/helm_charts2/dashboards/seaweedfs-grafana-dashboard.json similarity index 100% rename from k8s/seaweedfs/dashboards/seaweedfs-grafana-dashboard.json rename to k8s/helm_charts2/dashboards/seaweedfs-grafana-dashboard.json diff --git a/k8s/seaweedfs/templates/_helpers.tpl b/k8s/helm_charts2/templates/_helpers.tpl similarity index 100% rename from k8s/seaweedfs/templates/_helpers.tpl rename to k8s/helm_charts2/templates/_helpers.tpl diff --git a/k8s/seaweedfs/templates/ca-cert.yaml b/k8s/helm_charts2/templates/ca-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/ca-cert.yaml rename to k8s/helm_charts2/templates/ca-cert.yaml diff --git a/k8s/seaweedfs/templates/cert-clusterissuer.yaml b/k8s/helm_charts2/templates/cert-clusterissuer.yaml similarity index 100% rename from k8s/seaweedfs/templates/cert-clusterissuer.yaml rename to k8s/helm_charts2/templates/cert-clusterissuer.yaml diff --git a/k8s/seaweedfs/templates/client-cert.yaml b/k8s/helm_charts2/templates/client-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/client-cert.yaml rename to k8s/helm_charts2/templates/client-cert.yaml diff --git a/k8s/seaweedfs/templates/cronjob.yaml b/k8s/helm_charts2/templates/cronjob.yaml similarity index 100% rename from k8s/seaweedfs/templates/cronjob.yaml rename to k8s/helm_charts2/templates/cronjob.yaml diff --git a/k8s/seaweedfs/templates/filer-cert.yaml b/k8s/helm_charts2/templates/filer-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-cert.yaml rename to k8s/helm_charts2/templates/filer-cert.yaml diff --git a/k8s/seaweedfs/templates/filer-service-client.yaml b/k8s/helm_charts2/templates/filer-service-client.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-service-client.yaml rename to k8s/helm_charts2/templates/filer-service-client.yaml diff --git a/k8s/seaweedfs/templates/filer-service.yaml b/k8s/helm_charts2/templates/filer-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-service.yaml rename to k8s/helm_charts2/templates/filer-service.yaml diff --git a/k8s/seaweedfs/templates/filer-servicemonitor.yaml b/k8s/helm_charts2/templates/filer-servicemonitor.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-servicemonitor.yaml rename to k8s/helm_charts2/templates/filer-servicemonitor.yaml diff --git a/k8s/seaweedfs/templates/filer-statefulset.yaml b/k8s/helm_charts2/templates/filer-statefulset.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-statefulset.yaml rename to k8s/helm_charts2/templates/filer-statefulset.yaml diff --git a/k8s/seaweedfs/templates/ingress.yaml b/k8s/helm_charts2/templates/ingress.yaml similarity index 100% rename from k8s/seaweedfs/templates/ingress.yaml rename to k8s/helm_charts2/templates/ingress.yaml diff --git a/k8s/seaweedfs/templates/master-cert.yaml b/k8s/helm_charts2/templates/master-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/master-cert.yaml rename to k8s/helm_charts2/templates/master-cert.yaml diff --git a/k8s/seaweedfs/templates/master-service.yaml b/k8s/helm_charts2/templates/master-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/master-service.yaml rename to k8s/helm_charts2/templates/master-service.yaml diff --git a/k8s/seaweedfs/templates/master-statefulset.yaml b/k8s/helm_charts2/templates/master-statefulset.yaml similarity index 100% rename from k8s/seaweedfs/templates/master-statefulset.yaml rename to k8s/helm_charts2/templates/master-statefulset.yaml diff --git a/k8s/seaweedfs/templates/s3-deployment.yaml b/k8s/helm_charts2/templates/s3-deployment.yaml similarity index 100% rename from k8s/seaweedfs/templates/s3-deployment.yaml rename to k8s/helm_charts2/templates/s3-deployment.yaml diff --git a/k8s/seaweedfs/templates/s3-service.yaml b/k8s/helm_charts2/templates/s3-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/s3-service.yaml rename to k8s/helm_charts2/templates/s3-service.yaml diff --git a/k8s/seaweedfs/templates/s3-servicemonitor.yaml b/k8s/helm_charts2/templates/s3-servicemonitor.yaml similarity index 100% rename from k8s/seaweedfs/templates/s3-servicemonitor.yaml rename to k8s/helm_charts2/templates/s3-servicemonitor.yaml diff --git a/k8s/seaweedfs/templates/seaweedfs-grafana-dashboard.yaml b/k8s/helm_charts2/templates/seaweedfs-grafana-dashboard.yaml similarity index 100% rename from k8s/seaweedfs/templates/seaweedfs-grafana-dashboard.yaml rename to k8s/helm_charts2/templates/seaweedfs-grafana-dashboard.yaml diff --git a/k8s/seaweedfs/templates/seaweedfs-s3-secret.yaml b/k8s/helm_charts2/templates/seaweedfs-s3-secret.yaml similarity index 100% rename from k8s/seaweedfs/templates/seaweedfs-s3-secret.yaml rename to k8s/helm_charts2/templates/seaweedfs-s3-secret.yaml diff --git a/k8s/seaweedfs/templates/secret-seaweedfs-db.yaml b/k8s/helm_charts2/templates/secret-seaweedfs-db.yaml similarity index 100% rename from k8s/seaweedfs/templates/secret-seaweedfs-db.yaml rename to k8s/helm_charts2/templates/secret-seaweedfs-db.yaml diff --git a/k8s/seaweedfs/templates/security-configmap.yaml b/k8s/helm_charts2/templates/security-configmap.yaml similarity index 100% rename from k8s/seaweedfs/templates/security-configmap.yaml rename to k8s/helm_charts2/templates/security-configmap.yaml diff --git a/k8s/seaweedfs/templates/service-account.yaml b/k8s/helm_charts2/templates/service-account.yaml similarity index 100% rename from k8s/seaweedfs/templates/service-account.yaml rename to k8s/helm_charts2/templates/service-account.yaml diff --git a/k8s/seaweedfs/templates/volume-cert.yaml b/k8s/helm_charts2/templates/volume-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-cert.yaml rename to k8s/helm_charts2/templates/volume-cert.yaml diff --git a/k8s/seaweedfs/templates/volume-service.yaml b/k8s/helm_charts2/templates/volume-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-service.yaml rename to k8s/helm_charts2/templates/volume-service.yaml diff --git a/k8s/seaweedfs/templates/volume-servicemonitor.yaml b/k8s/helm_charts2/templates/volume-servicemonitor.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-servicemonitor.yaml rename to k8s/helm_charts2/templates/volume-servicemonitor.yaml diff --git a/k8s/seaweedfs/templates/volume-statefulset.yaml b/k8s/helm_charts2/templates/volume-statefulset.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-statefulset.yaml rename to k8s/helm_charts2/templates/volume-statefulset.yaml diff --git a/k8s/seaweedfs/values.yaml b/k8s/helm_charts2/values.yaml similarity index 100% rename from k8s/seaweedfs/values.yaml rename to k8s/helm_charts2/values.yaml