-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: upgrade ray -> 2.7 #863
Changes from 9 commits
200c60c
795f8e5
ddd1372
049055a
91de38f
e710e09
e9f5b57
5cefeb1
3707767
2401a70
e2ecfa8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: kuberay-operator | ||
repository: https://kevin85421.github.io/kuberay | ||
version: 0.3.0 | ||
digest: sha256:abb43e05246ec58ef6137df26d2d1692f59066058695b84d17986e5622d82690 | ||
generated: "2022-09-21T15:06:07.583379+02:00" | ||
repository: https://ray-project.github.io/kuberay-helm/ | ||
version: 0.6.0 | ||
digest: sha256:68767f4de687430221785f64d5b752285141d2192cae4c91a55b13d40106d063 | ||
generated: "2023-10-05T14:25:03.985572273-07:00" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ name: kuberay-operator | |
description: A Helm chart for Kubernetes | ||
type: application | ||
version: 0.1.3 | ||
appVersion: "v0.3.0" | ||
appVersion: "v0.6.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. appVersion here should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh i didn't realize, that's probably fine. |
||
dependencies: | ||
- name: kuberay-operator | ||
version: 0.3.0 | ||
repository: https://kevin85421.github.io/kuberay | ||
version: 0.6.0 | ||
repository: https://ray-project.github.io/kuberay-helm/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll need to bump this as well