Skip to content

Commit 9bfd5d0

Browse files
committed
sync helm charts with KubeRay v1.3.1
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent ec7eaf4 commit 9bfd5d0

File tree

9 files changed

+1039
-217
lines changed

9 files changed

+1039
-217
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
18+
version: 1.3.1

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
10+
tag: v1.3.1
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
4+
version: 1.3.1
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
66
type: application

helm-chart/kuberay-operator/crds/ray.io_rayclusters.yaml

Lines changed: 291 additions & 31 deletions
Large diffs are not rendered by default.

helm-chart/kuberay-operator/crds/ray.io_rayjobs.yaml

Lines changed: 433 additions & 45 deletions
Large diffs are not rendered by default.

helm-chart/kuberay-operator/crds/ray.io_rayservices.yaml

Lines changed: 293 additions & 33 deletions
Large diffs are not rendered by default.

helm-chart/kuberay-operator/templates/_helpers.tpl

Lines changed: 17 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,6 @@ Create a template to ensure consistency for Role and ClusterRole.
7676
*/}}
7777
{{- define "role.consistentRules" -}}
7878
rules:
79-
- apiGroups:
80-
- batch
81-
resources:
82-
- jobs
83-
verbs:
84-
- create
85-
- delete
86-
- get
87-
- list
88-
- patch
89-
- update
90-
- watch
91-
- apiGroups:
92-
- coordination.k8s.io
93-
resources:
94-
- leases
95-
verbs:
96-
- create
97-
- get
98-
- list
99-
- update
10079
- apiGroups:
10180
- ""
10281
resources:
@@ -109,6 +88,8 @@ rules:
10988
- ""
11089
resources:
11190
- events
91+
- pods/status
92+
- services
11293
verbs:
11394
- create
11495
- delete
@@ -134,22 +115,11 @@ rules:
134115
- ""
135116
resources:
136117
- pods/proxy
118+
- services/status
137119
verbs:
138120
- get
139121
- patch
140122
- update
141-
- apiGroups:
142-
- ""
143-
resources:
144-
- pods/status
145-
verbs:
146-
- create
147-
- delete
148-
- get
149-
- list
150-
- patch
151-
- update
152-
- watch
153123
- apiGroups:
154124
- ""
155125
resources:
@@ -160,18 +130,6 @@ rules:
160130
- get
161131
- list
162132
- watch
163-
- apiGroups:
164-
- ""
165-
resources:
166-
- services
167-
verbs:
168-
- create
169-
- delete
170-
- get
171-
- list
172-
- patch
173-
- update
174-
- watch
175133
- apiGroups:
176134
- ""
177135
resources:
@@ -182,17 +140,9 @@ rules:
182140
- patch
183141
- update
184142
- apiGroups:
185-
- ""
186-
resources:
187-
- services/status
188-
verbs:
189-
- get
190-
- patch
191-
- update
192-
- apiGroups:
193-
- extensions
143+
- batch
194144
resources:
195-
- ingresses
145+
- jobs
196146
verbs:
197147
- create
198148
- delete
@@ -202,14 +152,16 @@ rules:
202152
- update
203153
- watch
204154
- apiGroups:
205-
- networking.k8s.io
155+
- coordination.k8s.io
206156
resources:
207-
- ingressclasses
157+
- leases
208158
verbs:
159+
- create
209160
- get
210161
- list
211-
- watch
162+
- update
212163
- apiGroups:
164+
- extensions
213165
- networking.k8s.io
214166
resources:
215167
- ingresses
@@ -222,60 +174,18 @@ rules:
222174
- update
223175
- watch
224176
- apiGroups:
225-
- ray.io
177+
- networking.k8s.io
226178
resources:
227-
- rayclusters
179+
- ingressclasses
228180
verbs:
229-
- create
230-
- delete
231181
- get
232182
- list
233-
- patch
234-
- update
235183
- watch
236184
- apiGroups:
237185
- ray.io
238186
resources:
239-
- rayclusters/finalizers
240-
verbs:
241-
- update
242-
- apiGroups:
243-
- ray.io
244-
resources:
245-
- rayclusters/status
246-
verbs:
247-
- get
248-
- patch
249-
- update
250-
- apiGroups:
251-
- ray.io
252-
resources:
187+
- rayclusters
253188
- rayjobs
254-
verbs:
255-
- create
256-
- delete
257-
- get
258-
- list
259-
- patch
260-
- update
261-
- watch
262-
- apiGroups:
263-
- ray.io
264-
resources:
265-
- rayjobs/finalizers
266-
verbs:
267-
- update
268-
- apiGroups:
269-
- ray.io
270-
resources:
271-
- rayjobs/status
272-
verbs:
273-
- get
274-
- patch
275-
- update
276-
- apiGroups:
277-
- ray.io
278-
resources:
279189
- rayservices
280190
verbs:
281191
- create
@@ -288,12 +198,16 @@ rules:
288198
- apiGroups:
289199
- ray.io
290200
resources:
201+
- rayclusters/finalizers
202+
- rayjobs/finalizers
291203
- rayservices/finalizers
292204
verbs:
293205
- update
294206
- apiGroups:
295207
- ray.io
296208
resources:
209+
- rayclusters/status
210+
- rayjobs/status
297211
- rayservices/status
298212
verbs:
299213
- get

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
7+
tag: v1.3.1
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
4+
version: 1.3.1
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png

0 commit comments

Comments
 (0)