Skip to content

Commit

Permalink
Kubernetes 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadijs committed Oct 5, 2020
1 parent 2a9333c commit 2d32cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hub-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ variable "asi_oauth_scopes" {

variable "gke_kubernetes_version_prefix" {
type = "string"
default = "1.16"
default = "1.17"
}

0 comments on commit 2d32cf9

Please sign in to comment.