Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release kuberay-operator to v1 #1121

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading