Skip to content

Commit

Permalink
feat(eks-addons): bump tiller to v2.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Nov 26, 2019
1 parent 85f2bbe commit 0ebb8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/eks-addons/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data "aws_caller_identity" "current" {
provider "helm" {
install_tiller = true
service_account = "tiller"
tiller_image = "gcr.io/kubernetes-helm/tiller:v2.15.2"
tiller_image = "gcr.io/kubernetes-helm/tiller:v2.16.1"
automount_service_account_token = true

kubernetes {
Expand Down

0 comments on commit 0ebb8ff

Please sign in to comment.