Skip to content

Commit

Permalink
Update tags and versions to 0.5.2 (#1159)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
architkulkarni committed Jun 13, 2023
1 parent 6ad2a15 commit aeed3cd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm-chart/kuberay-apiserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm-chart/kuberay-apiserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: kuberay/operator
tag: nightly
tag: v0.5.2
pullPolicy: IfNotPresent

nameOverride: "kuberay-operator"
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/ray-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion ray-operator/config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ bases:
images:
- name: kuberay/operator
newName: kuberay/operator
newTag: nightly
newTag: v0.5.2

0 comments on commit aeed3cd

Please sign in to comment.