Skip to content

Commit

Permalink
Use ray-cluster helm chart version v1.0.0 by default
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim committed Feb 26, 2024
1 parent 9016cde commit 8abed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kuberay-cluster/kuberay.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "helm_release" "ray-cluster" {
chart = "ray-cluster"
namespace = var.namespace
create_namespace = var.create_namespace
version = "0.6.1"
version = "1.0.0"
values = var.enable_autopilot ? [templatefile("${path.module}/kuberay-autopilot-values.yaml", {
gcs_bucket = var.gcs_bucket
k8s_service_account = var.google_service_account
Expand Down

0 comments on commit 8abed44

Please sign in to comment.