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
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-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
77name : " kuberay-apiserver"
88image :
99 repository : quay.io/kuberay/apiserver
10- tag : v1.3.0-alpha .0
10+ tag : v1.3.0-rc .0
1111 pullPolicy : IfNotPresent
1212
1313# # Install Default RBAC roles and bindings
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart for Kubernetes
33name : kuberay-operator
4- version : 1.3.0-alpha .0
4+ version : 1.3.0-rc .0
55icon : https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
66type : application
Original file line number Diff line number Diff line change @@ -8087,17 +8087,11 @@ spec:
80878087 applicationStatuses:
80888088 additionalProperties:
80898089 properties:
8090- healthLastUpdateTime:
8091- format: date-time
8092- type: string
80938090 message:
80948091 type: string
80958092 serveDeploymentStatuses:
80968093 additionalProperties:
80978094 properties:
8098- healthLastUpdateTime:
8099- format: date-time
8100- type: string
81018095 message:
81028096 type: string
81038097 status:
@@ -8223,6 +8217,45 @@ spec:
82238217 type: object
82248218 type: object
82258219 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
82268259 lastUpdateTime:
82278260 format: date-time
82288261 type: string
@@ -8237,17 +8270,11 @@ spec:
82378270 applicationStatuses:
82388271 additionalProperties:
82398272 properties:
8240- healthLastUpdateTime:
8241- format: date-time
8242- type: string
82438273 message:
82448274 type: string
82458275 serveDeploymentStatuses:
82468276 additionalProperties:
82478277 properties:
8248- healthLastUpdateTime:
8249- format: date-time
8250- type: string
82518278 message:
82528279 type: string
82538280 status:
Original file line number Diff line number Diff line change 44
55image :
66 repository : quay.io/kuberay/operator
7- tag : v1.3.0-alpha .0
7+ tag : v1.3.0-rc .0
88 pullPolicy : IfNotPresent
99
1010nameOverride : " kuberay-operator"
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for Kubernetes
33name : ray-cluster
4- version : 1.3.0-alpha .0
4+ version : 1.3.0-rc .0
55icon : 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