From 18554f9ea9d86e8152192b7f843120139cccbb5d Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:22:08 +0000 Subject: [PATCH] feat(helm): update chart ingress-nginx to 4.10.2 | datasource | package | from | to | | ---------- | ------------- | ----- | ------ | | helm | ingress-nginx | 4.2.3 | 4.10.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..2dbd1bc32 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.2 sourceRef: kind: HelmRepository name: ingress-nginx-charts