From e3c52be4388c4ecf39861773f1aa1db2075b7fc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:15:47 +0000 Subject: [PATCH] chore(deps): update helm release ingress-nginx to v4.15.1 --- base-infrastructure/terraform/resources/helm-ingress-nginx.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-infrastructure/terraform/resources/helm-ingress-nginx.tf b/base-infrastructure/terraform/resources/helm-ingress-nginx.tf index 18b666a..7ab7115 100644 --- a/base-infrastructure/terraform/resources/helm-ingress-nginx.tf +++ b/base-infrastructure/terraform/resources/helm-ingress-nginx.tf @@ -3,7 +3,7 @@ resource "helm_release" "ifrcgo-ingress-nginx" { repository = "https://kubernetes.github.io/ingress-nginx" chart = "ingress-nginx" namespace = "ingress-nginx" - version = "4.12.1" + version = "4.15.1" create_namespace = true depends_on = [ azurerm_public_ip.ifrcgo