From 8c14fb70341c731314120209c02883c2f9332553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 3 Feb 2026 10:09:01 +0100 Subject: [PATCH] chore(nginx): Bump to fix CVE --- helmfile.d/ingress-nginx.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile.d/ingress-nginx.yaml.gotmpl b/helmfile.d/ingress-nginx.yaml.gotmpl index c16dd8b5..9126e36b 100644 --- a/helmfile.d/ingress-nginx.yaml.gotmpl +++ b/helmfile.d/ingress-nginx.yaml.gotmpl @@ -12,7 +12,7 @@ releases: - name: ingress-nginx namespace: ingress-nginx chart: ingress-nginx/ingress-nginx - version: 4.14.1 + version: 4.14.3 condition: nginx.enabled values: - ../values/ingress-nginx/values/ingress-nginx.yaml.gotmpl