diff --git a/helm-chart/kubray-operator/.helmignore b/helm-chart/kuberay-operator/.helmignore similarity index 100% rename from helm-chart/kubray-operator/.helmignore rename to helm-chart/kuberay-operator/.helmignore diff --git a/helm-chart/kubray-operator/Chart.yaml b/helm-chart/kuberay-operator/Chart.yaml similarity index 100% rename from helm-chart/kubray-operator/Chart.yaml rename to helm-chart/kuberay-operator/Chart.yaml diff --git a/helm-chart/kubray-operator/README.md b/helm-chart/kuberay-operator/README.md similarity index 95% rename from helm-chart/kubray-operator/README.md rename to helm-chart/kuberay-operator/README.md index 9a6a46e5c2..4918ea6211 100644 --- a/helm-chart/kubray-operator/README.md +++ b/helm-chart/kuberay-operator/README.md @@ -1,6 +1,6 @@ # Ray Operator -KubRay-Operator: A simple Helm chart +Kuberay-operator: A simple Helm chart Run a deployment of Ray Operator. diff --git a/helm-chart/kubray-operator/templates/_helpers.tpl b/helm-chart/kuberay-operator/templates/_helpers.tpl similarity index 100% rename from helm-chart/kubray-operator/templates/_helpers.tpl rename to helm-chart/kuberay-operator/templates/_helpers.tpl diff --git a/helm-chart/kubray-operator/templates/deployment.yaml b/helm-chart/kuberay-operator/templates/deployment.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/deployment.yaml rename to helm-chart/kuberay-operator/templates/deployment.yaml diff --git a/helm-chart/kubray-operator/templates/role.yaml b/helm-chart/kuberay-operator/templates/role.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/role.yaml rename to helm-chart/kuberay-operator/templates/role.yaml diff --git a/helm-chart/kubray-operator/templates/rolebinding.yaml b/helm-chart/kuberay-operator/templates/rolebinding.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/rolebinding.yaml rename to helm-chart/kuberay-operator/templates/rolebinding.yaml diff --git a/helm-chart/kubray-operator/templates/service.yaml b/helm-chart/kuberay-operator/templates/service.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/service.yaml rename to helm-chart/kuberay-operator/templates/service.yaml diff --git a/helm-chart/kubray-operator/templates/serviceaccount.yaml b/helm-chart/kuberay-operator/templates/serviceaccount.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/serviceaccount.yaml rename to helm-chart/kuberay-operator/templates/serviceaccount.yaml diff --git a/helm-chart/kubray-operator/values.yaml b/helm-chart/kuberay-operator/values.yaml similarity index 100% rename from helm-chart/kubray-operator/values.yaml rename to helm-chart/kuberay-operator/values.yaml