From aeed3cdcbdcc67d51d654c61b485bf4e6428b7ae Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Tue, 13 Jun 2023 13:47:10 -0700 Subject: [PATCH] Update tags and versions to 0.5.2 (#1159) This PR is Step 3.a in release.md. Compare with the analogous PR for 0.5.0 (should be exactly the same except for the version number): #1001 Signed-off-by: Archit Kulkarni --- helm-chart/kuberay-apiserver/Chart.yaml | 2 +- helm-chart/kuberay-apiserver/values.yaml | 2 +- helm-chart/kuberay-operator/Chart.yaml | 2 +- helm-chart/kuberay-operator/values.yaml | 2 +- helm-chart/ray-cluster/Chart.yaml | 2 +- manifests/base/kustomization.yaml | 4 ++-- ray-operator/config/default/kustomization.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm-chart/kuberay-apiserver/Chart.yaml b/helm-chart/kuberay-apiserver/Chart.yaml index af645e9201..0795bb4af0 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: 0.5.0 +version: 0.5.2 diff --git a/helm-chart/kuberay-apiserver/values.yaml b/helm-chart/kuberay-apiserver/values.yaml index 8de4b97236..96b0286fb5 100644 --- a/helm-chart/kuberay-apiserver/values.yaml +++ b/helm-chart/kuberay-apiserver/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 name: "kuberay-apiserver" image: repository: kuberay/apiserver - tag: nightly + tag: v0.5.2 pullPolicy: IfNotPresent ## Install Default RBAC roles and bindings diff --git a/helm-chart/kuberay-operator/Chart.yaml b/helm-chart/kuberay-operator/Chart.yaml index 25c8f16db0..01cb7e9de7 100644 --- a/helm-chart/kuberay-operator/Chart.yaml +++ b/helm-chart/kuberay-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 description: A Helm chart for Kubernetes name: kuberay-operator -version: 0.5.0 +version: 0.5.2 icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png type: application diff --git a/helm-chart/kuberay-operator/values.yaml b/helm-chart/kuberay-operator/values.yaml index 066f232c6c..d39d936c78 100644 --- a/helm-chart/kuberay-operator/values.yaml +++ b/helm-chart/kuberay-operator/values.yaml @@ -4,7 +4,7 @@ image: repository: kuberay/operator - tag: nightly + tag: v0.5.2 pullPolicy: IfNotPresent nameOverride: "kuberay-operator" diff --git a/helm-chart/ray-cluster/Chart.yaml b/helm-chart/ray-cluster/Chart.yaml index bb0444b0a6..a22c95d7d9 100644 --- a/helm-chart/ray-cluster/Chart.yaml +++ b/helm-chart/ray-cluster/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: ray-cluster -version: 0.5.0 +version: 0.5.2 icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 3b8d1c3b18..43d24b0a72 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -11,8 +11,8 @@ resources: images: - name: kuberay/apiserver newName: kuberay/apiserver - newTag: nightly + newTag: v0.5.2 - name: kuberay/operator newName: kuberay/operator - newTag: nightly + newTag: v0.5.2 diff --git a/ray-operator/config/default/kustomization.yaml b/ray-operator/config/default/kustomization.yaml index 7df72cd3e9..eef93dec0b 100644 --- a/ray-operator/config/default/kustomization.yaml +++ b/ray-operator/config/default/kustomization.yaml @@ -23,5 +23,5 @@ bases: images: - name: kuberay/operator newName: kuberay/operator - newTag: nightly + newTag: v0.5.2