Skip to content

Commit

Permalink
Merge pull request #104 from utilitywarehouse/kube-1.16.2
Browse files Browse the repository at this point in the history
Update default hyperkube image version to v1.16.2
  • Loading branch information
ffilippopoulos authored Nov 7, 2019
2 parents 0995708 + d57d0ac commit 41eaa9e
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.15.3"
default = "v1.16.2"
}

variable "cluster_dns" {
Expand Down

0 comments on commit 41eaa9e

Please sign in to comment.