From f8ae7a988fcdced8f056e7075f264b7c97b0b564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:40:00 +0000 Subject: [PATCH] Update Terraform helm to v2.17.0 --- providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers.tf b/providers.tf index 86a05bc..ea73fdb 100644 --- a/providers.tf +++ b/providers.tf @@ -12,7 +12,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "2.16.1" + version = "2.17.0" } http = { source = "hashicorp/http" version = "3.4.5"