We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9b257 commit 5033f51Copy full SHA for 5033f51
ai-ml/gke-ray/gke-platform/modules/kuberay/kuberay.tf
@@ -23,6 +23,6 @@ resource "helm_release" "kuberay-operator" {
23
repository = "https://ray-project.github.io/kuberay-helm/"
24
chart = "kuberay-operator"
25
values = var.enable_autopilot ? [file("${path.module}/kuberay-operator-autopilot-values.yaml")] : [file("${path.module}/kuberay-operator-values.yaml")]
26
- version = "1.4.2"
+ version = "1.5.0"
27
namespace = "${kubernetes_namespace.ray_namespace.metadata[0].name}"
28
}
0 commit comments