Skip to content

Commit f671f9e

Browse files
committed
chore(deps): update terraform helm to v3
1 parent 136e6a4 commit f671f9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

anthos-attached-clusters/aks/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
helm = {
2828
source = "hashicorp/helm"
29-
version = "~> 2.0"
29+
version = "~> 3.0"
3030
}
3131
}
3232
required_version = ">= 0.13"

anthos-attached-clusters/eks/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
helm = {
2828
source = "hashicorp/helm"
29-
version = "~> 2.0"
29+
version = "~> 3.0"
3030
}
3131
}
3232
required_version = ">= 0.13"

anthos-attached-clusters/kind/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
helm = {
2828
source = "hashicorp/helm"
29-
version = "~> 2.0"
29+
version = "~> 3.0"
3030
}
3131
}
3232
required_version = ">= 0.13"

0 commit comments

Comments
 (0)