From a0007fe5921edd85c0dfc4ba1000e44176f50c75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:15:40 +0000 Subject: [PATCH] chore(deps): update helm release nginx-ingress to v0.18.1 --- argocd/manifests/nginx-ingress-controller/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/nginx-ingress-controller/kustomization.yaml b/argocd/manifests/nginx-ingress-controller/kustomization.yaml index 776ea8666..02d4f13f7 100644 --- a/argocd/manifests/nginx-ingress-controller/kustomization.yaml +++ b/argocd/manifests/nginx-ingress-controller/kustomization.yaml @@ -2,7 +2,7 @@ namespace: nginx-ingress helmCharts: - name: nginx-ingress repo: https://helm.nginx.com/stable - version: 0.18.0 + version: 0.18.1 releaseName: nginx-ingress namespace: nginx-ingress includeCRDs: true