File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.3.0-rc.1
18
+ version : 1.3.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
7
7
name : " kuberay-apiserver"
8
8
image :
9
9
repository : quay.io/kuberay/apiserver
10
- tag : v1.3.0-rc.1
10
+ tag : v1.3.0
11
11
pullPolicy : IfNotPresent
12
12
13
13
# # Install Default RBAC roles and bindings
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : A Helm chart for Kubernetes
3
3
name : kuberay-operator
4
- version : 1.3.0-rc.1
4
+ version : 1.3.0
5
5
icon : https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
6
6
type : application
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : quay.io/kuberay/operator
7
- tag : v1.3.0-rc.1
7
+ tag : v1.3.0
8
8
pullPolicy : IfNotPresent
9
9
10
10
nameOverride : " kuberay-operator"
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : A Helm chart for Kubernetes
3
3
name : ray-cluster
4
- version : 1.3.0-rc.1
4
+ version : 1.3.0
5
5
icon : https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace: default
18
18
images :
19
19
- name : kuberay/operator
20
20
newName : quay.io/kuberay/operator
21
- newTag : v1.3.0-rc.1
21
+ newTag : v1.3.0
22
22
apiVersion : kustomize.config.k8s.io/v1beta1
23
23
kind : Kustomization
24
24
resources :
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ const (
186
186
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
187
187
// as well as the user-agent. This constant is updated before release.
188
188
// TODO: Update KUBERAY_VERSION to be a build-time variable.
189
- KUBERAY_VERSION = "v1.3.0-rc.1 "
189
+ KUBERAY_VERSION = "v1.3.0"
190
190
191
191
// KubeRayController represents the value of the default job controller
192
192
KubeRayController = "ray.io/kuberay-operator"
You can’t perform that action at this time.
0 commit comments