From 5fa7e2ef7b2f06fcccb5ecb50cc5d119381d478a Mon Sep 17 00:00:00 2001 From: Chris Sivanich Date: Wed, 30 Oct 2024 16:50:33 -0700 Subject: [PATCH] refactor: correct name anyscale-operator --- charts/anyscale-kubernetes-operator/Chart.yaml | 3 --- charts/anyscale-operator/Chart.yaml | 3 +++ .../README.md | 2 +- .../templates/anyscale_cli_token_secret.yaml | 0 .../templates/cluster_role.yaml | 0 .../templates/cluster_role_binding.yaml | 0 .../templates/configmap_instance_types.yaml | 0 .../templates/configmap_patches.yaml | 0 .../templates/configmap_vector.yaml | 0 .../templates/deployment.yaml | 0 .../templates/role.yaml | 0 .../templates/role_binding.yaml | 0 .../templates/service_account.yaml | 0 .../templates/validating_webhook.yaml | 0 .../values.yaml | 0 15 files changed, 4 insertions(+), 4 deletions(-) delete mode 100755 charts/anyscale-kubernetes-operator/Chart.yaml create mode 100755 charts/anyscale-operator/Chart.yaml rename charts/{anyscale-kubernetes-operator => anyscale-operator}/README.md (77%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/anyscale_cli_token_secret.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/cluster_role.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/cluster_role_binding.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/configmap_instance_types.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/configmap_patches.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/configmap_vector.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/deployment.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/role.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/role_binding.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/service_account.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/templates/validating_webhook.yaml (100%) rename charts/{anyscale-kubernetes-operator => anyscale-operator}/values.yaml (100%) 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