From 2d32cf9db2217c5900ac50d98932828137e261ff Mon Sep 17 00:00:00 2001 From: Arkadi Shishlov Date: Mon, 5 Oct 2020 12:52:36 +0300 Subject: [PATCH] Kubernetes 1.17 --- hub-component.yaml | 4 ++-- variables.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hub-component.yaml b/hub-component.yaml index 86ffad5..9f6f96a 100644 --- a/hub-component.yaml +++ b/hub-component.yaml @@ -4,7 +4,7 @@ kind: component meta: name: stack-k8s-gke brief: Google GKE - version: 1.16 + version: 1.17 source: dir: ../stack-k8s-gke/ @@ -50,7 +50,7 @@ parameters: parameters: - name: version env: TF_VAR_gke_kubernetes_version_prefix - value: 1.16 + value: 1.17 - name: cluster empty: allow env: CLUSTER_NAME diff --git a/variables.tf b/variables.tf index 3cd3418..ceadd69 100644 --- a/variables.tf +++ b/variables.tf @@ -37,5 +37,5 @@ variable "asi_oauth_scopes" { variable "gke_kubernetes_version_prefix" { type = "string" - default = "1.16" + default = "1.17" }