From 7fe0b311f1df62efdb3ebbf7ac20b2b472c7abaf Mon Sep 17 00:00:00 2001 From: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Sun, 24 Sep 2023 05:09:05 +0000 Subject: [PATCH] Updates ingress-nginx chart to 4.8.0 --- mybinder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index 91b9ceb6f..47400569a 100644 --- a/mybinder/Chart.yaml +++ b/mybinder/Chart.yaml @@ -20,7 +20,7 @@ dependencies: # NOTE: chart v3.36.0 maps to v0.49.0 and has support for networking.k8s.io/v1 # chart v4.1.2 maps to v1.2.0 and has dropped support for networking.k8s.io/v1beta1 - name: ingress-nginx - version: "4.7.2" + version: "4.8.0" repository: https://kubernetes.github.io/ingress-nginx condition: ingress-nginx.enabled