File tree Expand file tree Collapse file tree 6 files changed +44
-17
lines changed Expand file tree Collapse file tree 6 files changed +44
-17
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-alpha .0
18
+ version : 1.3.0-rc .0
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-alpha .0
10
+ tag : v1.3.0-rc .0
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-alpha .0
4
+ version : 1.3.0-rc .0
5
5
icon : https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
6
6
type : application
Original file line number Diff line number Diff line change @@ -8087,17 +8087,11 @@ spec:
8087
8087
applicationStatuses:
8088
8088
additionalProperties:
8089
8089
properties:
8090
- healthLastUpdateTime:
8091
- format: date-time
8092
- type: string
8093
8090
message:
8094
8091
type: string
8095
8092
serveDeploymentStatuses:
8096
8093
additionalProperties:
8097
8094
properties:
8098
- healthLastUpdateTime:
8099
- format: date-time
8100
- type: string
8101
8095
message:
8102
8096
type: string
8103
8097
status:
@@ -8223,6 +8217,45 @@ spec:
8223
8217
type: object
8224
8218
type: object
8225
8219
type: object
8220
+ conditions:
8221
+ items:
8222
+ properties:
8223
+ lastTransitionTime:
8224
+ format: date-time
8225
+ type: string
8226
+ message:
8227
+ maxLength: 32768
8228
+ type: string
8229
+ observedGeneration:
8230
+ format: int64
8231
+ minimum: 0
8232
+ type: integer
8233
+ reason:
8234
+ maxLength: 1024
8235
+ minLength: 1
8236
+ pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
8237
+ type: string
8238
+ status:
8239
+ enum:
8240
+ - "True"
8241
+ - "False"
8242
+ - Unknown
8243
+ type: string
8244
+ type:
8245
+ maxLength: 316
8246
+ pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
8247
+ type: string
8248
+ required:
8249
+ - lastTransitionTime
8250
+ - message
8251
+ - reason
8252
+ - status
8253
+ - type
8254
+ type: object
8255
+ type: array
8256
+ x-kubernetes-list-map-keys:
8257
+ - type
8258
+ x-kubernetes-list-type: map
8226
8259
lastUpdateTime:
8227
8260
format: date-time
8228
8261
type: string
@@ -8237,17 +8270,11 @@ spec:
8237
8270
applicationStatuses:
8238
8271
additionalProperties:
8239
8272
properties:
8240
- healthLastUpdateTime:
8241
- format: date-time
8242
- type: string
8243
8273
message:
8244
8274
type: string
8245
8275
serveDeploymentStatuses:
8246
8276
additionalProperties:
8247
8277
properties:
8248
- healthLastUpdateTime:
8249
- format: date-time
8250
- type: string
8251
8278
message:
8252
8279
type: string
8253
8280
status:
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-alpha .0
7
+ tag : v1.3.0-rc .0
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-alpha .0
4
+ version : 1.3.0-rc .0
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