Skip to content

Commit

Permalink
Update Helm release kuberay-operator to v1 (#1121)
Browse files Browse the repository at this point in the history
* Update Helm release kuberay-operator to v1

* Update api version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David <[email protected]>
  • Loading branch information
renovate[bot] and Tansito authored Feb 12, 2024
1 parent 5e300a6 commit 00e3a09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/quantum-serverless/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
version: 13.2.24
- name: kuberay-operator
repository: https://ray-project.github.io/kuberay-helm
version: 0.6.1
digest: sha256:747cd186bf7ee7d7c5da46a8a1d97f3f403b22d44067aeb5dae7b3c15885a17c
generated: "2024-02-01T13:32:54.097028-05:00"
version: 1.0.0
digest: sha256:689a16e19c8cebaccd63015905997d01665f8880c83964cb0f4388f5b82a82e0
generated: "2024-02-12T15:00:05.326828301Z"
2 changes: 1 addition & 1 deletion charts/quantum-serverless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: kuberay-operator
condition: kuberayOperatorEnable
version: 0.6.1
version: 1.0.0
repository: https://ray-project.github.io/kuberay-helm

maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: rayclustertemplate
data:
rayclustertemplate.yaml: |
apiVersion: ray.io/v1alpha1
apiVersion: ray.io/v1
kind: RayCluster
metadata:
name: {{`{{ cluster_name }}`}}
Expand Down
2 changes: 1 addition & 1 deletion charts/quantum-serverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ kuberayOperatorEnable: true
kuberay-operator:
image:
repository: kuberay/operator
tag: v0.6.0
tag: v1.0.0
pullPolicy: IfNotPresent

# ===================
Expand Down

0 comments on commit 00e3a09

Please sign in to comment.