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 Mar 6, 2024
1 parent a176e7d commit 48ba1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kuberay-cluster/kuberay.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource "helm_release" "ray-cluster" {
namespace = var.namespace
create_namespace = var.create_namespace
version = "1.0.0"

values = [
var.autopilot_cluster ? templatefile("${path.module}/kuberay-autopilot-values.yaml", {
gcs_bucket = var.gcs_bucket
Expand Down

0 comments on commit 48ba1e8

Please sign in to comment.