From 945b0fd489924f282c67f20aeae4ed99353a2ded Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:59:44 +0000 Subject: [PATCH] feat(helm): update chart ingress-nginx to 4.10.0 | datasource | package | from | to | | ---------- | ------------- | ----- | ------ | | helm | ingress-nginx | 4.2.3 | 4.10.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..1bdfd7e2f 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.10.0 sourceRef: kind: HelmRepository name: ingress-nginx-charts