Update ingress-nginx addon to 4.10.1 (#322)

Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com>
This commit is contained in:
azimuth-ci-bot[bot] 2024-04-27 23:40:20 +01:00 committed by GitHub
parent 265f9ca875
commit 1255d99ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@ ingress:
chart: chart:
repo: https://kubernetes.github.io/ingress-nginx repo: https://kubernetes.github.io/ingress-nginx
name: ingress-nginx name: ingress-nginx
version: 4.10.0 version: 4.10.1
release: release:
namespace: ingress-nginx namespace: ingress-nginx
values: {} values: {}

View File

@ -1,6 +1,6 @@
registry.k8s.io: registry.k8s.io:
images: images:
ingress-nginx/controller: ingress-nginx/controller:
- v1.10.0 - v1.10.1
ingress-nginx/kube-webhook-certgen: ingress-nginx/kube-webhook-certgen:
- v1.4.0 - v1.4.1