From 75ca31c1c7f93ca1d81e3f8f309d5bfaaf2b257f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:10:00 +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