Skip to content

Commit

Permalink
Merge pull request #57 from pluralsh/renovate/helm-2.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform helm to v2.14.0
  • Loading branch information
michaeljguarino authored Sep 19, 2024
2 parents 74254f1 + 9d87e54 commit 68daf95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.12.1"
version = "2.14.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/azure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.12.1"
version = "2.14.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.12.1"
version = "2.14.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/linode.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.12.1"
version = "2.14.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 68daf95

Please sign in to comment.