Skip to content

Commit

Permalink
Update default to kube 1.14.6 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhuertas committed Aug 20, 2019
1 parent 5ae6206 commit d96c607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ variable "hyperkube_image_url" {

variable "hyperkube_image_tag" {
description = "The version of the hyperkube image to use."
default = "v1.14.2"
default = "v1.14.6"
}

variable "cluster_dns" {
Expand Down

0 comments on commit d96c607

Please sign in to comment.