From 01686a1bd4f536f734eaa8546a43e933822c22ad Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:17:50 +0000 Subject: [PATCH] feat(helm): update chart ingress-nginx to 4.11.2 | datasource | package | from | to | | ---------- | ------------- | ----- | ------ | | helm | ingress-nginx | 4.2.3 | 4.11.2 | --- 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..c358353a3 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.11.2 sourceRef: kind: HelmRepository name: ingress-nginx-charts