Skip to content

Commit 1add258

Browse files
authored
[release v1.0.0] Update tags and versions (#1627)
1 parent fe81527 commit 1add258

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.0.0-rc.2
18+
version: 1.0.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: kuberay/apiserver
10-
tag: v1.0.0-rc.2
10+
tag: v1.0.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.0.0-rc.2
4+
version: 1.0.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: kuberay/operator
7-
tag: v1.0.0-rc.2
7+
tag: v1.0.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.0.0-rc.2
4+
version: 1.0.0
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png

manifests/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ resources:
1111
images:
1212
- name: kuberay/apiserver
1313
newName: kuberay/apiserver
14-
newTag: v1.0.0-rc.2
14+
newTag: v1.0.0
1515
- name: kuberay/operator
1616
newName: kuberay/operator
17-
newTag: v1.0.0-rc.2
17+
newTag: v1.0.0
1818

ray-operator/config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ bases:
2323
images:
2424
- name: kuberay/operator
2525
newName: kuberay/operator
26-
newTag: v1.0.0-rc.2
26+
newTag: v1.0.0
2727

0 commit comments

Comments
 (0)