From 78c2557fc78bcda978bd62cce31696bbce379646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:00:08 +0000 Subject: [PATCH] chore(deps): update hashicorp/helm requirement from ~> 2.13 to ~> 3.0 Updates the requirements on [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-helm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-helm/compare/v2.13.0...v3.0.1) --- updated-dependencies: - dependency-name: hashicorp/helm dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tf b/terraform.tf index bc403e1..d91f1d4 100644 --- a/terraform.tf +++ b/terraform.tf @@ -10,7 +10,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.13" + version = "~> 3.0" } } }