From f671f9ed72d4e63ffd9fb578a7139d702e9a5930 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Feb 2026 16:00:28 +0000 Subject: [PATCH] chore(deps): update terraform helm to v3 --- anthos-attached-clusters/aks/provider.tf | 2 +- anthos-attached-clusters/eks/provider.tf | 2 +- anthos-attached-clusters/kind/provider.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anthos-attached-clusters/aks/provider.tf b/anthos-attached-clusters/aks/provider.tf index 5c635cd2d..c9b994055 100644 --- a/anthos-attached-clusters/aks/provider.tf +++ b/anthos-attached-clusters/aks/provider.tf @@ -26,7 +26,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.0" + version = "~> 3.0" } } required_version = ">= 0.13" diff --git a/anthos-attached-clusters/eks/provider.tf b/anthos-attached-clusters/eks/provider.tf index b7454ced5..9b95ea448 100644 --- a/anthos-attached-clusters/eks/provider.tf +++ b/anthos-attached-clusters/eks/provider.tf @@ -26,7 +26,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.0" + version = "~> 3.0" } } required_version = ">= 0.13" diff --git a/anthos-attached-clusters/kind/provider.tf b/anthos-attached-clusters/kind/provider.tf index 09acb6836..12dee1576 100644 --- a/anthos-attached-clusters/kind/provider.tf +++ b/anthos-attached-clusters/kind/provider.tf @@ -26,7 +26,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.0" + version = "~> 3.0" } } required_version = ">= 0.13"