Skip to content
Snippets Groups Projects
Commit 6b62b4cd authored by João Alexandre Cunha's avatar João Alexandre Cunha
Browse files

Merge branch 'sbrightwell-update-min-master-version' into 'master'

Update gke.tf

See merge request gitlab-org/configure/examples/gitlab-terraform-gke!9
parents 38c85633 f5dd4c8b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ resource "google_container_cluster" "primary" {
location = var.gcp_region
remove_default_node_pool = true
initial_node_count = 1
min_master_version = "1.20"
min_master_version = "1.22"
description = var.cluster_description
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment