Skip to content

Commit

Permalink
Moving to latest version of GKE module to auto install GPU drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeva-duplo committed Jun 25, 2024
1 parent a3ffe8f commit 5fa18cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/galileo-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ provider "kubernetes" {

module "galileo_gke" {
source = "terraform-google-modules/kubernetes-engine/google"
version = "23.3.0"
version = "31.0.0"
project_id = data.google_project.galileo.project_id
name = var.cluster_name
region = var.region
Expand Down

0 comments on commit 5fa18cf

Please sign in to comment.