From 8f1ccc71415cb9e70c0d378fdf93368ec3bf69c2 Mon Sep 17 00:00:00 2001 From: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:10:12 +0000 Subject: [PATCH] Updates ingress-nginx chart to 4.10.1 --- mybinder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index c9de26a9c..6c1cfb3ca 100644 --- a/mybinder/Chart.yaml +++ b/mybinder/Chart.yaml @@ -17,7 +17,7 @@ dependencies: # Source code: https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx # App changelog: https://github.com/kubernetes/ingress-nginx/blob/main/Changelog.md - name: ingress-nginx - version: "4.10.0" + version: "4.10.1" repository: https://kubernetes.github.io/ingress-nginx condition: ingress-nginx.enabled