Skip to content

Commit e74bcc2

Browse files
authored
chore(deps): update helm release kuberay-operator to v1.5.1 (#1856)
1 parent 9db84cd commit e74bcc2

File tree

1 file changed

+1
-1
lines changed
  • ai-ml/gke-ray/gke-platform/modules/kuberay

1 file changed

+1
-1
lines changed

ai-ml/gke-ray/gke-platform/modules/kuberay/kuberay.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ resource "helm_release" "kuberay-operator" {
2323
repository = "https://ray-project.github.io/kuberay-helm/"
2424
chart = "kuberay-operator"
2525
values = var.enable_autopilot ? [file("${path.module}/kuberay-operator-autopilot-values.yaml")] : [file("${path.module}/kuberay-operator-values.yaml")]
26-
version = "1.5.0"
26+
version = "1.5.1"
2727
namespace = "${kubernetes_namespace.ray_namespace.metadata[0].name}"
2828
}

0 commit comments

Comments
 (0)