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
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.3.1
18+ version : 1.3.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
77name : " kuberay-apiserver"
88image :
99 repository : quay.io/kuberay/apiserver
10- tag : v1.3.1
10+ tag : v1.3.2
1111 pullPolicy : IfNotPresent
1212
1313# # Install Default RBAC roles and bindings
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart for Kubernetes
33name : kuberay-operator
4- version : 1.3.1
4+ version : 1.3.2
55icon : https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
66type : application
Original file line number Diff line number Diff line change 44
55image :
66 repository : quay.io/kuberay/operator
7- tag : v1.3.1
7+ tag : v1.3.2
88 pullPolicy : IfNotPresent
99
1010nameOverride : " kuberay-operator"
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for Kubernetes
33name : ray-cluster
4- version : 1.3.1
4+ version : 1.3.2
55icon : 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
1818images :
1919- name : kuberay/operator
2020 newName : quay.io/kuberay/operator
21- newTag : v1.3.1
21+ newTag : v1.3.2
2222apiVersion : kustomize.config.k8s.io/v1beta1
2323kind : Kustomization
2424resources :
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ const (
186186 // The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
187187 // as well as the user-agent. This constant is updated before release.
188188 // TODO: Update KUBERAY_VERSION to be a build-time variable.
189- KUBERAY_VERSION = "v1.3.1 "
189+ KUBERAY_VERSION = "v1.3.2 "
190190
191191 // KubeRayController represents the value of the default job controller
192192 KubeRayController = "ray.io/kuberay-operator"
You can’t perform that action at this time.
0 commit comments