From 956160e56bc8386fb1a813a9410fd7d6c03699ab Mon Sep 17 00:00:00 2001 From: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Wed, 4 Oct 2023 05:09:47 +0000 Subject: [PATCH] Updates ingress-nginx chart to 4.8.1 --- mybinder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index e7a76efa5..e62b4cc01 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.8.0" + version: "4.8.1" repository: https://kubernetes.github.io/ingress-nginx condition: ingress-nginx.enabled