-
Notifications
You must be signed in to change notification settings - Fork 723
[Helm] Update ray-cluster default resource values #4588
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
Changes from 6 commits
963613a
bd30892
b86b931
71dc4ce
c317388
ce3ecbd
299a405
e90716c
1b14f85
a8fe3b1
1af7ba5
55d87bf
dae0e0c
9687948
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 |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ image: | |
| # -- Image repository. | ||
| repository: quay.io/kuberay/apiserver | ||
| # -- Image tag. | ||
| tag: nightly | ||
|
Member
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. keep nightly |
||
| tag: v1.6.0 | ||
Future-Outlier marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| # -- Image pull policy. | ||
| pullPolicy: IfNotPresent | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ name: kuberay-operator | |
|
|
||
| description: A Helm chart for deploying the Kuberay operator on Kubernetes. | ||
|
|
||
| version: 1.1.0 | ||
| version: 1.6.0 | ||
|
||
|
|
||
| type: application | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ image: | |
| repository: quay.io/kuberay/operator | ||
|
|
||
| # -- Image tag. | ||
| tag: nightly | ||
|
Member
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. keep as nightly |
||
| tag: v1.6.0 | ||
Future-Outlier marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| # -- Image pull policy. | ||
| pullPolicy: IfNotPresent | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ spec: | |
| memory: "5Gi" | ||
| requests: | ||
| cpu: "1" | ||
| memory: "2Gi" | ||
| memory: "5Gi" | ||
Future-Outlier marked this conversation as resolved.
Show resolved
Hide resolved
Member
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. Btw, I think the e2e test output is failing since you increased the memory here:
Member
Author
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. fixed, tks! |
||
| ports: | ||
| - containerPort: 6379 | ||
| name: gcs-server | ||
|
|
||
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.
the chart version in
mastershould actually always benightlyor something similar. Only release branches should have official versions