Skip to content

Commit

Permalink
Change node exporter default version to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos Filippopoulos committed Dec 24, 2018
1 parent 0feaaa2 commit 9bad82d
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 @@ -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.15.2"
default = "v0.17.0"
}

variable "hyperkube_image_url" {
Expand Down

0 comments on commit 9bad82d

Please sign in to comment.