From e2ea0f9fe25f53b92b281d9ef3e5b8cc711bfcf6 Mon Sep 17 00:00:00 2001 From: behrooz Date: Mon, 18 Aug 2025 11:14:37 +0330 Subject: [PATCH] fix pth --- .../.helmignore | 0 {vcluster0.28.0 => vcluster-0.28.0}/Chart.yaml | 0 {vcluster0.28.0 => vcluster-0.28.0}/README.md | 0 .../templates/_backingstore.tpl | 0 .../templates/_distro.tpl | 0 .../templates/_exportKubeConfig.tpl | 0 .../templates/_helper.tpl | 0 .../templates/_init-containers.tpl | 0 .../templates/_persistence.tpl | 0 .../templates/_plugin.tpl | 0 .../templates/_rbac.tpl | 0 .../templates/_vclusterconfighash.tpl | 0 .../templates/clusterrole.yaml | 0 .../templates/clusterrolebinding.yaml | 0 .../templates/config-secret.yaml | 0 .../templates/etcd-headless-service.yaml | 0 .../templates/etcd-service.yaml | 0 .../templates/etcd-statefulset.yaml | 0 .../templates/headless-service.yaml | 0 .../templates/ingress.yaml | 0 .../templates/limitrange.yaml | 0 .../templates/manifests.yaml | 0 .../templates/networkpolicy.yaml | 0 .../templates/platform-rbac.yaml | 0 .../templates/resourcequota.yaml | 0 .../templates/role.yaml | 0 .../templates/rolebinding.yaml | 0 .../templates/service-monitor.yaml | 0 .../templates/service.yaml | 0 .../templates/serviceaccount.yaml | 0 .../templates/statefulset.yaml | 0 .../templates/workload-serviceaccount.yaml | 0 .../tests/README.md | 0 .../tests/clusterrole_test.yaml | 0 .../tests/clusterrolebinding_test.yaml | 0 .../tests/etcd-headless-service_test.yaml | 0 .../tests/etcd-service_test.yaml | 0 .../tests/etcd-statefulset_test.yaml | 0 .../tests/headless-service_test.yaml | 0 .../tests/ingress_test.yaml | 0 .../tests/limitrange_test.yaml | 0 .../tests/manifests_test.yaml | 0 .../tests/networkpolicy_test.yaml | 0 .../tests/platform-secret-role_test.yaml | 0 .../tests/resourcequota_test.yaml | 0 .../tests/role_test.yaml | 0 .../tests/rolebinding_test.yaml | 0 .../tests/service-monitor_test.yaml | 0 .../tests/service_test.yaml | 0 .../tests/serviceaccount_test.yaml | 0 .../tests/statefulset_test.yaml | 0 .../tests/workload-serviceaccount_test.yaml | 0 .../values.schema.json | 0 .../values.yaml | 0 vcluster-0.28.0/vcluster.yaml | 18 ++++++++++++++++++ 55 files changed, 18 insertions(+) rename {vcluster0.28.0 => vcluster-0.28.0}/.helmignore (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/Chart.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/README.md (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_backingstore.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_distro.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_exportKubeConfig.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_helper.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_init-containers.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_persistence.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_plugin.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_rbac.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/_vclusterconfighash.tpl (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/clusterrole.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/clusterrolebinding.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/config-secret.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/etcd-headless-service.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/etcd-service.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/etcd-statefulset.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/headless-service.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/ingress.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/limitrange.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/manifests.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/networkpolicy.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/platform-rbac.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/resourcequota.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/role.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/rolebinding.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/service-monitor.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/service.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/serviceaccount.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/statefulset.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/templates/workload-serviceaccount.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/README.md (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/clusterrole_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/clusterrolebinding_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/etcd-headless-service_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/etcd-service_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/etcd-statefulset_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/headless-service_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/ingress_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/limitrange_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/manifests_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/networkpolicy_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/platform-secret-role_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/resourcequota_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/role_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/rolebinding_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/service-monitor_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/service_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/serviceaccount_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/statefulset_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/tests/workload-serviceaccount_test.yaml (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/values.schema.json (100%) rename {vcluster0.28.0 => vcluster-0.28.0}/values.yaml (100%) create mode 100644 vcluster-0.28.0/vcluster.yaml diff --git a/vcluster0.28.0/.helmignore b/vcluster-0.28.0/.helmignore similarity index 100% rename from vcluster0.28.0/.helmignore rename to vcluster-0.28.0/.helmignore diff --git a/vcluster0.28.0/Chart.yaml b/vcluster-0.28.0/Chart.yaml similarity index 100% rename from vcluster0.28.0/Chart.yaml rename to vcluster-0.28.0/Chart.yaml diff --git a/vcluster0.28.0/README.md b/vcluster-0.28.0/README.md similarity index 100% rename from vcluster0.28.0/README.md rename to vcluster-0.28.0/README.md diff --git a/vcluster0.28.0/templates/_backingstore.tpl b/vcluster-0.28.0/templates/_backingstore.tpl similarity index 100% rename from vcluster0.28.0/templates/_backingstore.tpl rename to vcluster-0.28.0/templates/_backingstore.tpl diff --git a/vcluster0.28.0/templates/_distro.tpl b/vcluster-0.28.0/templates/_distro.tpl similarity index 100% rename from vcluster0.28.0/templates/_distro.tpl rename to vcluster-0.28.0/templates/_distro.tpl diff --git a/vcluster0.28.0/templates/_exportKubeConfig.tpl b/vcluster-0.28.0/templates/_exportKubeConfig.tpl similarity index 100% rename from vcluster0.28.0/templates/_exportKubeConfig.tpl rename to vcluster-0.28.0/templates/_exportKubeConfig.tpl diff --git a/vcluster0.28.0/templates/_helper.tpl b/vcluster-0.28.0/templates/_helper.tpl similarity index 100% rename from vcluster0.28.0/templates/_helper.tpl rename to vcluster-0.28.0/templates/_helper.tpl diff --git a/vcluster0.28.0/templates/_init-containers.tpl b/vcluster-0.28.0/templates/_init-containers.tpl similarity index 100% rename from vcluster0.28.0/templates/_init-containers.tpl rename to vcluster-0.28.0/templates/_init-containers.tpl diff --git a/vcluster0.28.0/templates/_persistence.tpl b/vcluster-0.28.0/templates/_persistence.tpl similarity index 100% rename from vcluster0.28.0/templates/_persistence.tpl rename to vcluster-0.28.0/templates/_persistence.tpl diff --git a/vcluster0.28.0/templates/_plugin.tpl b/vcluster-0.28.0/templates/_plugin.tpl similarity index 100% rename from vcluster0.28.0/templates/_plugin.tpl rename to vcluster-0.28.0/templates/_plugin.tpl diff --git a/vcluster0.28.0/templates/_rbac.tpl b/vcluster-0.28.0/templates/_rbac.tpl similarity index 100% rename from vcluster0.28.0/templates/_rbac.tpl rename to vcluster-0.28.0/templates/_rbac.tpl diff --git a/vcluster0.28.0/templates/_vclusterconfighash.tpl b/vcluster-0.28.0/templates/_vclusterconfighash.tpl similarity index 100% rename from vcluster0.28.0/templates/_vclusterconfighash.tpl rename to vcluster-0.28.0/templates/_vclusterconfighash.tpl diff --git a/vcluster0.28.0/templates/clusterrole.yaml b/vcluster-0.28.0/templates/clusterrole.yaml similarity index 100% rename from vcluster0.28.0/templates/clusterrole.yaml rename to vcluster-0.28.0/templates/clusterrole.yaml diff --git a/vcluster0.28.0/templates/clusterrolebinding.yaml b/vcluster-0.28.0/templates/clusterrolebinding.yaml similarity index 100% rename from vcluster0.28.0/templates/clusterrolebinding.yaml rename to vcluster-0.28.0/templates/clusterrolebinding.yaml diff --git a/vcluster0.28.0/templates/config-secret.yaml b/vcluster-0.28.0/templates/config-secret.yaml similarity index 100% rename from vcluster0.28.0/templates/config-secret.yaml rename to vcluster-0.28.0/templates/config-secret.yaml diff --git a/vcluster0.28.0/templates/etcd-headless-service.yaml b/vcluster-0.28.0/templates/etcd-headless-service.yaml similarity index 100% rename from vcluster0.28.0/templates/etcd-headless-service.yaml rename to vcluster-0.28.0/templates/etcd-headless-service.yaml diff --git a/vcluster0.28.0/templates/etcd-service.yaml b/vcluster-0.28.0/templates/etcd-service.yaml similarity index 100% rename from vcluster0.28.0/templates/etcd-service.yaml rename to vcluster-0.28.0/templates/etcd-service.yaml diff --git a/vcluster0.28.0/templates/etcd-statefulset.yaml b/vcluster-0.28.0/templates/etcd-statefulset.yaml similarity index 100% rename from vcluster0.28.0/templates/etcd-statefulset.yaml rename to vcluster-0.28.0/templates/etcd-statefulset.yaml diff --git a/vcluster0.28.0/templates/headless-service.yaml b/vcluster-0.28.0/templates/headless-service.yaml similarity index 100% rename from vcluster0.28.0/templates/headless-service.yaml rename to vcluster-0.28.0/templates/headless-service.yaml diff --git a/vcluster0.28.0/templates/ingress.yaml b/vcluster-0.28.0/templates/ingress.yaml similarity index 100% rename from vcluster0.28.0/templates/ingress.yaml rename to vcluster-0.28.0/templates/ingress.yaml diff --git a/vcluster0.28.0/templates/limitrange.yaml b/vcluster-0.28.0/templates/limitrange.yaml similarity index 100% rename from vcluster0.28.0/templates/limitrange.yaml rename to vcluster-0.28.0/templates/limitrange.yaml diff --git a/vcluster0.28.0/templates/manifests.yaml b/vcluster-0.28.0/templates/manifests.yaml similarity index 100% rename from vcluster0.28.0/templates/manifests.yaml rename to vcluster-0.28.0/templates/manifests.yaml diff --git a/vcluster0.28.0/templates/networkpolicy.yaml b/vcluster-0.28.0/templates/networkpolicy.yaml similarity index 100% rename from vcluster0.28.0/templates/networkpolicy.yaml rename to vcluster-0.28.0/templates/networkpolicy.yaml diff --git a/vcluster0.28.0/templates/platform-rbac.yaml b/vcluster-0.28.0/templates/platform-rbac.yaml similarity index 100% rename from vcluster0.28.0/templates/platform-rbac.yaml rename to vcluster-0.28.0/templates/platform-rbac.yaml diff --git a/vcluster0.28.0/templates/resourcequota.yaml b/vcluster-0.28.0/templates/resourcequota.yaml similarity index 100% rename from vcluster0.28.0/templates/resourcequota.yaml rename to vcluster-0.28.0/templates/resourcequota.yaml diff --git a/vcluster0.28.0/templates/role.yaml b/vcluster-0.28.0/templates/role.yaml similarity index 100% rename from vcluster0.28.0/templates/role.yaml rename to vcluster-0.28.0/templates/role.yaml diff --git a/vcluster0.28.0/templates/rolebinding.yaml b/vcluster-0.28.0/templates/rolebinding.yaml similarity index 100% rename from vcluster0.28.0/templates/rolebinding.yaml rename to vcluster-0.28.0/templates/rolebinding.yaml diff --git a/vcluster0.28.0/templates/service-monitor.yaml b/vcluster-0.28.0/templates/service-monitor.yaml similarity index 100% rename from vcluster0.28.0/templates/service-monitor.yaml rename to vcluster-0.28.0/templates/service-monitor.yaml diff --git a/vcluster0.28.0/templates/service.yaml b/vcluster-0.28.0/templates/service.yaml similarity index 100% rename from vcluster0.28.0/templates/service.yaml rename to vcluster-0.28.0/templates/service.yaml diff --git a/vcluster0.28.0/templates/serviceaccount.yaml b/vcluster-0.28.0/templates/serviceaccount.yaml similarity index 100% rename from vcluster0.28.0/templates/serviceaccount.yaml rename to vcluster-0.28.0/templates/serviceaccount.yaml diff --git a/vcluster0.28.0/templates/statefulset.yaml b/vcluster-0.28.0/templates/statefulset.yaml similarity index 100% rename from vcluster0.28.0/templates/statefulset.yaml rename to vcluster-0.28.0/templates/statefulset.yaml diff --git a/vcluster0.28.0/templates/workload-serviceaccount.yaml b/vcluster-0.28.0/templates/workload-serviceaccount.yaml similarity index 100% rename from vcluster0.28.0/templates/workload-serviceaccount.yaml rename to vcluster-0.28.0/templates/workload-serviceaccount.yaml diff --git a/vcluster0.28.0/tests/README.md b/vcluster-0.28.0/tests/README.md similarity index 100% rename from vcluster0.28.0/tests/README.md rename to vcluster-0.28.0/tests/README.md diff --git a/vcluster0.28.0/tests/clusterrole_test.yaml b/vcluster-0.28.0/tests/clusterrole_test.yaml similarity index 100% rename from vcluster0.28.0/tests/clusterrole_test.yaml rename to vcluster-0.28.0/tests/clusterrole_test.yaml diff --git a/vcluster0.28.0/tests/clusterrolebinding_test.yaml b/vcluster-0.28.0/tests/clusterrolebinding_test.yaml similarity index 100% rename from vcluster0.28.0/tests/clusterrolebinding_test.yaml rename to vcluster-0.28.0/tests/clusterrolebinding_test.yaml diff --git a/vcluster0.28.0/tests/etcd-headless-service_test.yaml b/vcluster-0.28.0/tests/etcd-headless-service_test.yaml similarity index 100% rename from vcluster0.28.0/tests/etcd-headless-service_test.yaml rename to vcluster-0.28.0/tests/etcd-headless-service_test.yaml diff --git a/vcluster0.28.0/tests/etcd-service_test.yaml b/vcluster-0.28.0/tests/etcd-service_test.yaml similarity index 100% rename from vcluster0.28.0/tests/etcd-service_test.yaml rename to vcluster-0.28.0/tests/etcd-service_test.yaml diff --git a/vcluster0.28.0/tests/etcd-statefulset_test.yaml b/vcluster-0.28.0/tests/etcd-statefulset_test.yaml similarity index 100% rename from vcluster0.28.0/tests/etcd-statefulset_test.yaml rename to vcluster-0.28.0/tests/etcd-statefulset_test.yaml diff --git a/vcluster0.28.0/tests/headless-service_test.yaml b/vcluster-0.28.0/tests/headless-service_test.yaml similarity index 100% rename from vcluster0.28.0/tests/headless-service_test.yaml rename to vcluster-0.28.0/tests/headless-service_test.yaml diff --git a/vcluster0.28.0/tests/ingress_test.yaml b/vcluster-0.28.0/tests/ingress_test.yaml similarity index 100% rename from vcluster0.28.0/tests/ingress_test.yaml rename to vcluster-0.28.0/tests/ingress_test.yaml diff --git a/vcluster0.28.0/tests/limitrange_test.yaml b/vcluster-0.28.0/tests/limitrange_test.yaml similarity index 100% rename from vcluster0.28.0/tests/limitrange_test.yaml rename to vcluster-0.28.0/tests/limitrange_test.yaml diff --git a/vcluster0.28.0/tests/manifests_test.yaml b/vcluster-0.28.0/tests/manifests_test.yaml similarity index 100% rename from vcluster0.28.0/tests/manifests_test.yaml rename to vcluster-0.28.0/tests/manifests_test.yaml diff --git a/vcluster0.28.0/tests/networkpolicy_test.yaml b/vcluster-0.28.0/tests/networkpolicy_test.yaml similarity index 100% rename from vcluster0.28.0/tests/networkpolicy_test.yaml rename to vcluster-0.28.0/tests/networkpolicy_test.yaml diff --git a/vcluster0.28.0/tests/platform-secret-role_test.yaml b/vcluster-0.28.0/tests/platform-secret-role_test.yaml similarity index 100% rename from vcluster0.28.0/tests/platform-secret-role_test.yaml rename to vcluster-0.28.0/tests/platform-secret-role_test.yaml diff --git a/vcluster0.28.0/tests/resourcequota_test.yaml b/vcluster-0.28.0/tests/resourcequota_test.yaml similarity index 100% rename from vcluster0.28.0/tests/resourcequota_test.yaml rename to vcluster-0.28.0/tests/resourcequota_test.yaml diff --git a/vcluster0.28.0/tests/role_test.yaml b/vcluster-0.28.0/tests/role_test.yaml similarity index 100% rename from vcluster0.28.0/tests/role_test.yaml rename to vcluster-0.28.0/tests/role_test.yaml diff --git a/vcluster0.28.0/tests/rolebinding_test.yaml b/vcluster-0.28.0/tests/rolebinding_test.yaml similarity index 100% rename from vcluster0.28.0/tests/rolebinding_test.yaml rename to vcluster-0.28.0/tests/rolebinding_test.yaml diff --git a/vcluster0.28.0/tests/service-monitor_test.yaml b/vcluster-0.28.0/tests/service-monitor_test.yaml similarity index 100% rename from vcluster0.28.0/tests/service-monitor_test.yaml rename to vcluster-0.28.0/tests/service-monitor_test.yaml diff --git a/vcluster0.28.0/tests/service_test.yaml b/vcluster-0.28.0/tests/service_test.yaml similarity index 100% rename from vcluster0.28.0/tests/service_test.yaml rename to vcluster-0.28.0/tests/service_test.yaml diff --git a/vcluster0.28.0/tests/serviceaccount_test.yaml b/vcluster-0.28.0/tests/serviceaccount_test.yaml similarity index 100% rename from vcluster0.28.0/tests/serviceaccount_test.yaml rename to vcluster-0.28.0/tests/serviceaccount_test.yaml diff --git a/vcluster0.28.0/tests/statefulset_test.yaml b/vcluster-0.28.0/tests/statefulset_test.yaml similarity index 100% rename from vcluster0.28.0/tests/statefulset_test.yaml rename to vcluster-0.28.0/tests/statefulset_test.yaml diff --git a/vcluster0.28.0/tests/workload-serviceaccount_test.yaml b/vcluster-0.28.0/tests/workload-serviceaccount_test.yaml similarity index 100% rename from vcluster0.28.0/tests/workload-serviceaccount_test.yaml rename to vcluster-0.28.0/tests/workload-serviceaccount_test.yaml diff --git a/vcluster0.28.0/values.schema.json b/vcluster-0.28.0/values.schema.json similarity index 100% rename from vcluster0.28.0/values.schema.json rename to vcluster-0.28.0/values.schema.json diff --git a/vcluster0.28.0/values.yaml b/vcluster-0.28.0/values.yaml similarity index 100% rename from vcluster0.28.0/values.yaml rename to vcluster-0.28.0/values.yaml diff --git a/vcluster-0.28.0/vcluster.yaml b/vcluster-0.28.0/vcluster.yaml new file mode 100644 index 0000000..ad256b6 --- /dev/null +++ b/vcluster-0.28.0/vcluster.yaml @@ -0,0 +1,18 @@ +controlPlane: + proxy: + extraSANs: + - 192.168.2.43 + - 192.168.2.177 + - 0.0.0.0 + advanced: + defaultImageRegistry: 192.168.2.43:31898 + distro: + k8s: + version: v1.31.6 + resources: + limits: + cpu: 100m + memory: 256Mi + requests: + cpu: 40m + memory: 64Mi \ No newline at end of file