Skip to content

Commit

Permalink
Merge pull request #74 from utilitywarehouse/sys/kube-update
Browse files Browse the repository at this point in the history
sys: update default kube version to v1.13.3
  • Loading branch information
george-angel authored Feb 7, 2019
2 parents 5c8e1b8 + 50d667a commit a8bdf8c
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 @@ -54,7 +54,7 @@ variable "hyperkube_image_url" {

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

variable "cluster_dns" {
Expand Down

0 comments on commit a8bdf8c

Please sign in to comment.