Skip to content

Commit 9d87e54

Browse files
chore(deps): update terraform helm to v2.14.0
1 parent 80a494f commit 9d87e54

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

templates/providers/bootstrap/aws.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
}
2323
helm = {
2424
source = "hashicorp/helm"
25-
version = "2.12.1"
25+
version = "2.14.0"
2626
}
2727
local = {
2828
source = "hashicorp/local"

templates/providers/bootstrap/azure.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
}
2828
helm = {
2929
source = "hashicorp/helm"
30-
version = "2.12.1"
30+
version = "2.14.0"
3131
}
3232
local = {
3333
source = "hashicorp/local"

templates/providers/bootstrap/gcp.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
}
1919
helm = {
2020
source = "hashicorp/helm"
21-
version = "2.12.1"
21+
version = "2.14.0"
2222
}
2323
local = {
2424
source = "hashicorp/local"

templates/providers/bootstrap/linode.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ terraform {
2323
}
2424
helm = {
2525
source = "hashicorp/helm"
26-
version = "2.12.1"
26+
version = "2.14.0"
2727
}
2828
local = {
2929
source = "hashicorp/local"

0 commit comments

Comments
 (0)