diff --git a/charts/anyscale-kubernetes-operator/Chart.yaml b/charts/anyscale-kubernetes-operator/Chart.yaml deleted file mode 100755 index eadf38f..0000000 --- a/charts/anyscale-kubernetes-operator/Chart.yaml +++ /dev/null @@ -1,3 +0,0 @@ -apiVersion: v2 -name: anyscale-kubernetes-operator -version: 0.1.0 diff --git a/charts/anyscale-operator/Chart.yaml b/charts/anyscale-operator/Chart.yaml new file mode 100755 index 0000000..47df24a --- /dev/null +++ b/charts/anyscale-operator/Chart.yaml @@ -0,0 +1,3 @@ +apiVersion: v2 +name: anyscale-operator +version: 0.1.0 diff --git a/charts/anyscale-kubernetes-operator/README.md b/charts/anyscale-operator/README.md similarity index 77% rename from charts/anyscale-kubernetes-operator/README.md rename to charts/anyscale-operator/README.md index 3f87721..9c21bef 100755 --- a/charts/anyscale-kubernetes-operator/README.md +++ b/charts/anyscale-operator/README.md @@ -1,3 +1,3 @@ -# Anyscale Kubernetes Operator Helm Chart +# Anyscale Operator for Kubernetes Refer to [Anyscale documentation](https://docs.anyscale.com/administration/cloud-deployment/kubernetes/) for latest installation instructions. diff --git a/charts/anyscale-kubernetes-operator/templates/anyscale_cli_token_secret.yaml b/charts/anyscale-operator/templates/anyscale_cli_token_secret.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/anyscale_cli_token_secret.yaml rename to charts/anyscale-operator/templates/anyscale_cli_token_secret.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/cluster_role.yaml b/charts/anyscale-operator/templates/cluster_role.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/cluster_role.yaml rename to charts/anyscale-operator/templates/cluster_role.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/cluster_role_binding.yaml b/charts/anyscale-operator/templates/cluster_role_binding.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/cluster_role_binding.yaml rename to charts/anyscale-operator/templates/cluster_role_binding.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/configmap_instance_types.yaml b/charts/anyscale-operator/templates/configmap_instance_types.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/configmap_instance_types.yaml rename to charts/anyscale-operator/templates/configmap_instance_types.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/configmap_patches.yaml b/charts/anyscale-operator/templates/configmap_patches.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/configmap_patches.yaml rename to charts/anyscale-operator/templates/configmap_patches.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/configmap_vector.yaml b/charts/anyscale-operator/templates/configmap_vector.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/configmap_vector.yaml rename to charts/anyscale-operator/templates/configmap_vector.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/deployment.yaml b/charts/anyscale-operator/templates/deployment.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/deployment.yaml rename to charts/anyscale-operator/templates/deployment.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/role.yaml b/charts/anyscale-operator/templates/role.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/role.yaml rename to charts/anyscale-operator/templates/role.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/role_binding.yaml b/charts/anyscale-operator/templates/role_binding.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/role_binding.yaml rename to charts/anyscale-operator/templates/role_binding.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/service_account.yaml b/charts/anyscale-operator/templates/service_account.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/service_account.yaml rename to charts/anyscale-operator/templates/service_account.yaml diff --git a/charts/anyscale-kubernetes-operator/templates/validating_webhook.yaml b/charts/anyscale-operator/templates/validating_webhook.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/templates/validating_webhook.yaml rename to charts/anyscale-operator/templates/validating_webhook.yaml diff --git a/charts/anyscale-kubernetes-operator/values.yaml b/charts/anyscale-operator/values.yaml similarity index 100% rename from charts/anyscale-kubernetes-operator/values.yaml rename to charts/anyscale-operator/values.yaml