Skip to content

Commit

Permalink
feat: bump helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Aug 7, 2019
1 parent 5f4d865 commit a692d78
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 @@ -9,7 +9,7 @@ terraform {
provider "helm" {
install_tiller = true
service_account = "tiller"
tiller_image = "gcr.io/kubernetes-helm/tiller:v2.14.1"
tiller_image = "gcr.io/kubernetes-helm/tiller:v2.14.3"
automount_service_account_token = true

kubernetes {
Expand Down

0 comments on commit a692d78

Please sign in to comment.