Skip to content

Commit

Permalink
chore(deps): update terraform helm to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Jun 13, 2024
1 parent 80a494f commit 9d87e54
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 9d87e54

Please sign in to comment.