Skip to content

Commit 8ced4e7

Browse files
authored
release 1.3.0 (#54)
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent 296fae4 commit 8ced4e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

helm-chart/kuberay-apiserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0-rc.1
18+
version: 1.3.0

helm-chart/kuberay-apiserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
name: "kuberay-apiserver"
88
image:
99
repository: quay.io/kuberay/apiserver
10-
tag: v1.3.0-rc.1
10+
tag: v1.3.0
1111
pullPolicy: IfNotPresent
1212

1313
## Install Default RBAC roles and bindings
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
description: A Helm chart for Kubernetes
33
name: kuberay-operator
4-
version: 1.3.0-rc.1
4+
version: 1.3.0
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
66
type: application

helm-chart/kuberay-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: quay.io/kuberay/operator
7-
tag: v1.3.0-rc.1
7+
tag: v1.3.0
88
pullPolicy: IfNotPresent
99

1010
nameOverride: "kuberay-operator"

helm-chart/ray-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
description: A Helm chart for Kubernetes
33
name: ray-cluster
4-
version: 1.3.0-rc.1
4+
version: 1.3.0
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png

0 commit comments

Comments
 (0)