Skip to content

Commit

Permalink
sys: kube 1.14.2 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhuertas authored May 21, 2019
1 parent a78699a commit e92c163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.10"
default = "v3.3.13"
}

variable "node_exporter_image_url" {
Expand All @@ -44,7 +44,7 @@ variable "node_exporter_image_url" {

variable "node_exporter_image_tag" {
description = "The version of the node_exporter image to use."
default = "v0.17.0"
default = "v0.18.0"
}

variable "hyperkube_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.13.5"
default = "v1.14.2"
}

variable "cluster_dns" {
Expand Down

0 comments on commit e92c163

Please sign in to comment.