From 1fbc9be2a186b5afd8815d6538e74151a946fae0 Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Tue, 4 Nov 2025 15:11:10 +0000 Subject: [PATCH] update helm chart versions to v1.5.0 Signed-off-by: Andrew Sy Kim --- helm-chart/kuberay-apiserver/Chart.yaml | 2 +- helm-chart/kuberay-apiserver/README.md | 4 ++-- helm-chart/kuberay-apiserver/values.yaml | 2 +- helm-chart/kuberay-operator/Chart.yaml | 2 +- helm-chart/kuberay-operator/README.md | 14 +++++++------- helm-chart/kuberay-operator/values.yaml | 2 +- helm-chart/ray-cluster/Chart.yaml | 2 +- helm-chart/ray-cluster/README.md | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/helm-chart/kuberay-apiserver/Chart.yaml b/helm-chart/kuberay-apiserver/Chart.yaml index d3b06d7..0cbd7eb 100644 --- a/helm-chart/kuberay-apiserver/Chart.yaml +++ b/helm-chart/kuberay-apiserver/Chart.yaml @@ -15,4 +15,4 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.5.0-rc.1 +version: 1.5.0 diff --git a/helm-chart/kuberay-apiserver/README.md b/helm-chart/kuberay-apiserver/README.md index e7dcf0b..9062f52 100644 --- a/helm-chart/kuberay-apiserver/README.md +++ b/helm-chart/kuberay-apiserver/README.md @@ -1,6 +1,6 @@ # KubeRay APIServer -![Version: 1.5.0-rc.1](https://img.shields.io/badge/Version-1.5.0--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for kuberay-apiserver @@ -103,7 +103,7 @@ kubectl get pods | replicaCount | int | `1` | | | name | string | `"kuberay-apiserver"` | | | image.repository | string | `"quay.io/kuberay/apiserver"` | Image repository. | -| image.tag | string | `"v1.5.0-rc.1"` | Image tag. | +| image.tag | string | `"v1.5.0"` | Image tag. | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. | | cors | string | `nil` | | | labels | object | `{}` | Extra labels. | diff --git a/helm-chart/kuberay-apiserver/values.yaml b/helm-chart/kuberay-apiserver/values.yaml index 92655f1..76eea4b 100644 --- a/helm-chart/kuberay-apiserver/values.yaml +++ b/helm-chart/kuberay-apiserver/values.yaml @@ -10,7 +10,7 @@ image: # -- Image repository. repository: quay.io/kuberay/apiserver # -- Image tag. - tag: v1.5.0-rc.1 + tag: v1.5.0 # -- Image pull policy. pullPolicy: IfNotPresent diff --git a/helm-chart/kuberay-operator/Chart.yaml b/helm-chart/kuberay-operator/Chart.yaml index f42bb46..bc1fba3 100644 --- a/helm-chart/kuberay-operator/Chart.yaml +++ b/helm-chart/kuberay-operator/Chart.yaml @@ -4,7 +4,7 @@ name: kuberay-operator description: A Helm chart for deploying the Kuberay operator on Kubernetes. -version: 1.5.0-rc.1 +version: 1.5.0 type: application diff --git a/helm-chart/kuberay-operator/README.md b/helm-chart/kuberay-operator/README.md index 1f2d70c..4c82f39 100644 --- a/helm-chart/kuberay-operator/README.md +++ b/helm-chart/kuberay-operator/README.md @@ -1,6 +1,6 @@ # kuberay-operator -![Version: 1.5.0-rc.1](https://img.shields.io/badge/Version-1.5.0--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying the Kuberay operator on Kubernetes. @@ -29,8 +29,8 @@ helm version ```sh helm repo add kuberay https://ray-project.github.io/kuberay-helm/ - # Install both CRDs and KubeRay operator v1.5.0-rc.1. - helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0-rc.1 + # Install both CRDs and KubeRay operator v1.5.0. + helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0 # Check the KubeRay operator Pod in `default` namespace kubectl get pods @@ -58,10 +58,10 @@ helm version ```sh # Step 1: Install CRDs only (for cluster admin) - kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.5.0-rc.1&timeout=90s" + kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.5.0&timeout=90s" # Step 2: Install KubeRay operator only. (for developer) - helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0-rc.1 --skip-crds + helm install kuberay-operator kuberay/kuberay-operator --version 1.5.0 --skip-crds ``` ## List the chart @@ -71,7 +71,7 @@ To list the `my-release` deployment: ```sh helm ls # NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION -# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.5.0-rc.1 +# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.5.0 ``` ## Uninstall the Chart @@ -148,7 +148,7 @@ spec: | fullnameOverride | string | `"kuberay-operator"` | String to fully override release name. | | componentOverride | string | `"kuberay-operator"` | String to override component name. | | image.repository | string | `"quay.io/kuberay/operator"` | Image repository. | -| image.tag | string | `"v1.5.0-rc.1"` | Image tag. | +| image.tag | string | `"v1.5.0"` | Image tag. | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. | | imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry | | nodeSelector | object | `{}` | Restrict to run on particular nodes. | diff --git a/helm-chart/kuberay-operator/values.yaml b/helm-chart/kuberay-operator/values.yaml index cce1281..ab8563c 100644 --- a/helm-chart/kuberay-operator/values.yaml +++ b/helm-chart/kuberay-operator/values.yaml @@ -16,7 +16,7 @@ image: repository: quay.io/kuberay/operator # -- Image tag. - tag: v1.5.0-rc.1 + tag: v1.5.0 # -- Image pull policy. pullPolicy: IfNotPresent diff --git a/helm-chart/ray-cluster/Chart.yaml b/helm-chart/ray-cluster/Chart.yaml index b85e4f3..e652c8a 100644 --- a/helm-chart/ray-cluster/Chart.yaml +++ b/helm-chart/ray-cluster/Chart.yaml @@ -4,7 +4,7 @@ name: ray-cluster description: A Helm chart for deploying the RayCluster with the kuberay operator. -version: 1.5.0-rc.1 +version: 1.5.0 home: https://github.com/ray-project/kuberay diff --git a/helm-chart/ray-cluster/README.md b/helm-chart/ray-cluster/README.md index 7fa48c2..b77a31b 100644 --- a/helm-chart/ray-cluster/README.md +++ b/helm-chart/ray-cluster/README.md @@ -1,6 +1,6 @@ # RayCluster -![Version: 1.5.0-rc.1](https://img.shields.io/badge/Version-1.5.0--rc.1-informational?style=flat-square) +![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) A Helm chart for deploying the RayCluster with the kuberay operator.