From 8a10d013f0daa7894b5ec88cff4072311ce0dbc8 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:25:06 +0000 Subject: [PATCH] feat(helm): update chart ingress-nginx to 4.12.0 | datasource | package | from | to | | ---------- | ------------- | ----- | ------ | | helm | ingress-nginx | 4.2.3 | 4.12.0 | --- cluster/apps/networking/ingress-nginx/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/networking/ingress-nginx/helm-release.yaml b/cluster/apps/networking/ingress-nginx/helm-release.yaml index 0c33da978..bf7cc0842 100644 --- a/cluster/apps/networking/ingress-nginx/helm-release.yaml +++ b/cluster/apps/networking/ingress-nginx/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: ingress-nginx - version: 4.2.3 + version: 4.12.0 sourceRef: kind: HelmRepository name: ingress-nginx-charts