Skip to content

Commit

Permalink
Set default Tiller version to v2.14.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin P. Jung committed Jul 28, 2019
1 parent fdbf482 commit f11fc50
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
@@ -1,6 +1,6 @@
variable "tiller_version" {
type = string
default = "2.14.1"
default = "2.14.2"
description = "Version of Tiller to be deployed."
}

Expand Down

0 comments on commit f11fc50

Please sign in to comment.