Skip to content

Commit

Permalink
sys: kube and etcd upgrade (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel authored Jul 13, 2018
1 parent f5bd8bf commit cb3aa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "etcd_image_url" {

variable "etcd_image_tag" {
description = "The version of the etcd image to use."
default = "v3.3.2"
default = "v3.3.8"
}

variable "node_exporter_image_url" {
Expand All @@ -54,7 +54,7 @@ variable "hyperkube_image_url" {

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

variable "cluster_dns" {
Expand Down

0 comments on commit cb3aa60

Please sign in to comment.