Skip to content

Commit

Permalink
update KubeRay version to v1.3.0 (#3071)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim authored Feb 18, 2025
1 parent 7f8f278 commit 8ba2b33
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 1.3.0-rc.1
version: 1.3.0
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: quay.io/kuberay/apiserver
tag: v1.3.0-rc.1
tag: v1.3.0
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: 1.3.0-rc.1
version: 1.3.0
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: quay.io/kuberay/operator
tag: v1.3.0-rc.1
tag: v1.3.0
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: 1.3.0-rc.1
version: 1.3.0
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
2 changes: 1 addition & 1 deletion ray-operator/config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace: default
images:
- name: kuberay/operator
newName: quay.io/kuberay/operator
newTag: v1.3.0-rc.1
newTag: v1.3.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand Down
2 changes: 1 addition & 1 deletion ray-operator/controllers/ray/utils/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const (
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
// as well as the user-agent. This constant is updated before release.
// TODO: Update KUBERAY_VERSION to be a build-time variable.
KUBERAY_VERSION = "v1.3.0-rc.1"
KUBERAY_VERSION = "v1.3.0"

// KubeRayController represents the value of the default job controller
KubeRayController = "ray.io/kuberay-operator"
Expand Down

0 comments on commit 8ba2b33

Please sign in to comment.