File tree Expand file tree Collapse file tree 9 files changed +1039
-217
lines changed Expand file tree Collapse file tree 9 files changed +1039
-217
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
18
+ version : 1.3.1
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
10
+ tag : v1.3.1
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
4
+ version : 1.3.1
5
5
icon : https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
6
6
type : application
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -76,27 +76,6 @@ Create a template to ensure consistency for Role and ClusterRole.
76
76
*/} }
77
77
{ {- define " role.consistentRules" -} }
78
78
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
100
79
- apiGroups:
101
80
- ""
102
81
resources:
@@ -109,6 +88,8 @@ rules:
109
88
- ""
110
89
resources:
111
90
- events
91
+ - pods/status
92
+ - services
112
93
verbs:
113
94
- create
114
95
- delete
@@ -134,22 +115,11 @@ rules:
134
115
- ""
135
116
resources:
136
117
- pods/proxy
118
+ - services/status
137
119
verbs:
138
120
- get
139
121
- patch
140
122
- 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
153
123
- apiGroups:
154
124
- ""
155
125
resources:
@@ -160,18 +130,6 @@ rules:
160
130
- get
161
131
- list
162
132
- watch
163
- - apiGroups:
164
- - ""
165
- resources:
166
- - services
167
- verbs:
168
- - create
169
- - delete
170
- - get
171
- - list
172
- - patch
173
- - update
174
- - watch
175
133
- apiGroups:
176
134
- ""
177
135
resources:
@@ -182,17 +140,9 @@ rules:
182
140
- patch
183
141
- update
184
142
- apiGroups:
185
- - ""
186
- resources:
187
- - services/status
188
- verbs:
189
- - get
190
- - patch
191
- - update
192
- - apiGroups:
193
- - extensions
143
+ - batch
194
144
resources:
195
- - ingresses
145
+ - jobs
196
146
verbs:
197
147
- create
198
148
- delete
@@ -202,14 +152,16 @@ rules:
202
152
- update
203
153
- watch
204
154
- apiGroups:
205
- - networking .k8s.io
155
+ - coordination .k8s.io
206
156
resources:
207
- - ingressclasses
157
+ - leases
208
158
verbs:
159
+ - create
209
160
- get
210
161
- list
211
- - watch
162
+ - update
212
163
- apiGroups:
164
+ - extensions
213
165
- networking.k8s.io
214
166
resources:
215
167
- ingresses
@@ -222,60 +174,18 @@ rules:
222
174
- update
223
175
- watch
224
176
- apiGroups:
225
- - ray .io
177
+ - networking.k8s .io
226
178
resources:
227
- - rayclusters
179
+ - ingressclasses
228
180
verbs:
229
- - create
230
- - delete
231
181
- get
232
182
- list
233
- - patch
234
- - update
235
183
- watch
236
184
- apiGroups:
237
185
- ray.io
238
186
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
253
188
- 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:
279
189
- rayservices
280
190
verbs:
281
191
- create
@@ -288,12 +198,16 @@ rules:
288
198
- apiGroups:
289
199
- ray.io
290
200
resources:
201
+ - rayclusters/finalizers
202
+ - rayjobs/finalizers
291
203
- rayservices/finalizers
292
204
verbs:
293
205
- update
294
206
- apiGroups:
295
207
- ray.io
296
208
resources:
209
+ - rayclusters/status
210
+ - rayjobs/status
297
211
- rayservices/status
298
212
verbs:
299
213
- get
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
7
+ tag : v1.3.1
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
4
+ version : 1.3.1
5
5
icon : https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
You can’t perform that action at this time.
0 commit comments