Skip to content

Commit

Permalink
Merge pull request #3 from utilitywarehouse/version-updates
Browse files Browse the repository at this point in the history
update hyperkube and etcd default versions
  • Loading branch information
alkar committed Sep 27, 2017
2 parents d1466e8 + a96d321 commit 4b212ed
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 @@ -19,7 +19,7 @@ variable "etcd_image_url" {

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

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

variable "hyperkube_image_tag" {
description = "The version of the hyperkube image to use."
default = "v1.7.0_coreos.0"
default = "v1.7.6_coreos.0"
}

variable "ssl_s3_bucket" {
Expand Down

0 comments on commit 4b212ed

Please sign in to comment.