Skip to content

Commit ae204a7

Browse files
authored
Release controller v1.10.6 & chart v4.10.6. (#12613)
1 parent 88742fd commit ae204a7

File tree

16 files changed

+340
-236
lines changed

16 files changed

+340
-236
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
3939

4040
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
4141
| :-------: | --------------------- | ----------------------------- | -------------- | ------------- | ------------------ |
42+
| | **v1.10.6** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.0 | 1.25.5 | 4.10.6 |
4243
| | **v1.10.5** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.10.5 |
4344
| | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
4445
| | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |

changelog/controller-1.10.6.md

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Changelog
2+
3+
### controller-v1.10.6
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.10.6@sha256:b6fbd102255edb3ba8e5421feebe14fd3e94cf53d199af9e40687f536152189c
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.10.6@sha256:44ceedafc0e04a75521b5d472c1b6b5cc08afb8038b5bbfd79c21d066ccf300e
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12611)
13+
* Chart: Bump Kube Webhook CertGen. (#12608)
14+
* Tests & Docs: Bump images. (#12605)
15+
* Images: Trigger other builds (2/2). (#12598)
16+
* Images: Trigger other builds (1/2). (#12597)
17+
* Tests: Bump `e2e-test-runner` to v20241224-68ed4e7b. (#12592)
18+
* Images: Trigger `test-runner` build. (#12586)
19+
* Images: Bump `NGINX_BASE` to v0.2.0. (#12584)
20+
* Images: Trigger NGINX build. (#12578)
21+
* Go: Clean `go.work.sum`. (#12575)
22+
* Repository: Update owners. (#12570)
23+
* Images: Bump `gcb-docker-gcloud` to v20241217-ff46a068cd. (#12563)
24+
* CI: Update KIND images. (#12559)
25+
* Images: Bump Alpine to v3.21. (#12530)
26+
* Docs: Add guide on how to set a Maintenance Page. (#12527)
27+
* rikatz is stepping down (#12518)
28+
* rikatz is stepping down (#12497)
29+
* Go: Bump to v1.23.4. (#12485)
30+
* Plugin: Bump `goreleaser` to v2. (#12442)
31+
* GitHub: Fix `exec` in issue template. (#12389)
32+
* CI: Update KIND images. (#12368)
33+
* Images: Bump `gcb-docker-gcloud` to v20241110-72bb0b1665. (#12341)
34+
* Go: Bump to v1.23.3. (#12339)
35+
* Auth TLS: Add `_` to redirect RegEx. (#12328)
36+
* Auth TLS: Improve redirect RegEx. (#12321)
37+
* Tests: Bump `e2e-test-runner` to v20241104-02a3933e. (#12314)
38+
* Images: Trigger `test-runner` build. (#12307)
39+
* Config: Fix panic on invalid `lua-shared-dict`. (#12282)
40+
* Docs: fix limit-rate-after references (#12280)
41+
* Chart: Rework ServiceMonitor. (#12268)
42+
* Chart: Add ServiceAccount tests. (#12266)
43+
* CI: Fix chart testing. (#12260)
44+
* [fix] fix nginx temp configs cleanup (#12224)
45+
* Chart: Suggest `matchLabelKeys` in Topology Spread Constraints. (#12204)
46+
* Docs: Add Pod Security Admission. (#12198)
47+
* Docs: Clarify external & service port in TCP/UDP services explanation. (#12194)
48+
49+
### Dependency updates:
50+
51+
* Bump k8s.io/apiextensions-apiserver from 0.31.3 to 0.32.0 (#12565)
52+
* Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#12557)
53+
* Bump k8s.io/code-generator from 0.31.3 to 0.32.0 (#12552)
54+
* Bump k8s.io/cli-runtime from 0.31.3 to 0.32.0 (#12549)
55+
* Bump k8s.io/apiserver from 0.31.3 to 0.32.0 (#12546)
56+
* Bump the actions group with 2 updates (#12543)
57+
* Bump google.golang.org/grpc from 1.68.1 to 1.69.2 (#12540)
58+
* Bump k8s.io/client-go from 0.31.3 to 0.32.0 (#12514)
59+
* Bump github.com/opencontainers/runc from 1.2.2 to 1.2.3 in the go group across 1 directory (#12511)
60+
* Bump the actions group with 3 updates (#12508)
61+
* Bump k8s.io/kube-aggregator from 0.31.3 to 0.32.0 in /images/kube-webhook-certgen/rootfs (#12504)
62+
* Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /images/ext-auth-example-authsvc/rootfs (#12501)
63+
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#12478)
64+
* Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /magefiles (#12473)
65+
* Bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#12466)
66+
* Bump github/codeql-action from 3.27.5 to 3.27.6 in the actions group (#12463)
67+
* Bump the go group across 1 directory with 2 updates (#12459)
68+
* Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#12425)
69+
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#12416)
70+
* Bump the go group across 3 directories with 10 updates (#12414)
71+
* Bump the actions group with 3 updates (#12410)
72+
* Bump github.com/opencontainers/runc from 1.2.1 to 1.2.2 in the go group across 1 directory (#12382)
73+
* Bump github/codeql-action from 3.27.1 to 3.27.4 in the actions group (#12375)
74+
* Bump golangci-lint on actions and disable deprecated linters (#12363)
75+
* Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#12356)
76+
* Bump the actions group with 3 updates (#12353)
77+
* Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#12351)
78+
* Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#12297)
79+
* Bump github.com/opencontainers/runc from 1.2.0 to 1.2.1 in the go group across 1 directory (#12294)
80+
* Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#12290)
81+
* Bump actions/dependency-review-action from 4.3.5 to 4.4.0 in the actions group (#12275)
82+
* Bump the go group across 3 directories with 11 updates (#12246)
83+
* Bump github.com/opencontainers/runc from 1.1.15 to 1.2.0 (#12241)
84+
* Bump the actions group with 5 updates (#12243)
85+
* Bump github.com/ncabatoff/process-exporter from 0.8.3 to 0.8.4 in the go group across 1 directory (#12219)
86+
* Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group (#12215)
87+
* Bump github/codeql-action from 3.26.12 to 3.26.13 in the actions group (#12191)
88+
* Bump the go group across 2 directories with 1 update (#12189)
89+
* Bump the actions group with 2 updates (#12185)
90+
* Bump github.com/opencontainers/runc from 1.1.14 to 1.1.15 in the go group across 1 directory (#12184)
91+
92+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.10.5...controller-v1.10.6

charts/ingress-nginx/Chart.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- Update Ingress-Nginx version controller-v1.10.5
3+
- 'CI: Fix chart testing. (#12260)'
4+
- Update Ingress-Nginx version controller-v1.10.6
45
artifacthub.io/prerelease: "false"
56
apiVersion: v2
6-
appVersion: 1.10.5
7+
appVersion: 1.10.6
78
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
89
load balancer
910
home: https://github.com/kubernetes/ingress-nginx
@@ -20,4 +21,4 @@ maintainers:
2021
name: ingress-nginx
2122
sources:
2223
- https://github.com/kubernetes/ingress-nginx
23-
version: 4.10.5
24+
version: 4.10.6

charts/ingress-nginx/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
44

5-
![Version: 4.10.5](https://img.shields.io/badge/Version-4.10.5-informational?style=flat-square) ![AppVersion: 1.10.5](https://img.shields.io/badge/AppVersion-1.10.5-informational?style=flat-square)
5+
![Version: 4.10.6](https://img.shields.io/badge/Version-4.10.6-informational?style=flat-square) ![AppVersion: 1.10.6](https://img.shields.io/badge/AppVersion-1.10.6-informational?style=flat-square)
66

77
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
88

@@ -335,16 +335,16 @@ metadata:
335335
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
336336
| controller.image.allowPrivilegeEscalation | bool | `false` | |
337337
| controller.image.chroot | bool | `false` | |
338-
| controller.image.digest | string | `"sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c"` | |
339-
| controller.image.digestChroot | string | `"sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987"` | |
338+
| controller.image.digest | string | `"sha256:b6fbd102255edb3ba8e5421feebe14fd3e94cf53d199af9e40687f536152189c"` | |
339+
| controller.image.digestChroot | string | `"sha256:44ceedafc0e04a75521b5d472c1b6b5cc08afb8038b5bbfd79c21d066ccf300e"` | |
340340
| controller.image.image | string | `"ingress-nginx/controller"` | |
341341
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
342342
| controller.image.readOnlyRootFilesystem | bool | `false` | |
343343
| controller.image.registry | string | `"registry.k8s.io"` | |
344344
| controller.image.runAsNonRoot | bool | `true` | |
345345
| controller.image.runAsUser | int | `101` | |
346346
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
347-
| controller.image.tag | string | `"v1.10.5"` | |
347+
| controller.image.tag | string | `"v1.10.6"` | |
348348
| controller.ingressClass | string | `"nginx"` | For backwards compatibility with ingress.class annotation, use ingressClass. Algorithm is as follows, first ingressClassName is considered, if not present, controller looks for ingress.class annotation |
349349
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
350350
| controller.ingressClassResource | object | `{"controllerValue":"k8s.io/ingress-nginx","default":false,"enabled":true,"name":"nginx","parameters":{}}` | This section refers to the creation of the IngressClass resource. IngressClasses are immutable and cannot be changed after creation. We do not support namespaced IngressClasses, yet, so a ClusterRole and a ClusterRoleBinding is required. |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org).
4+
5+
### 4.10.6
6+
7+
* CI: Fix chart testing. (#12260)
8+
* Update Ingress-Nginx version controller-v1.10.6
9+
10+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.10.5...helm-chart-4.10.6

charts/ingress-nginx/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ controller:
2626
## for backwards compatibility consider setting the full image url via the repository value below
2727
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
2828
## repository:
29-
tag: "v1.10.5"
30-
digest: sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
31-
digestChroot: sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987
29+
tag: "v1.10.6"
30+
digest: sha256:b6fbd102255edb3ba8e5421feebe14fd3e94cf53d199af9e40687f536152189c
31+
digestChroot: sha256:44ceedafc0e04a75521b5d472c1b6b5cc08afb8038b5bbfd79c21d066ccf300e
3232
pullPolicy: IfNotPresent
3333
runAsNonRoot: true
3434
# www-data -> uid 101

deploy/static/provider/aws/deploy.yaml

+24-24
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
app.kubernetes.io/instance: ingress-nginx
1616
app.kubernetes.io/name: ingress-nginx
1717
app.kubernetes.io/part-of: ingress-nginx
18-
app.kubernetes.io/version: 1.10.5
18+
app.kubernetes.io/version: 1.10.6
1919
name: ingress-nginx
2020
namespace: ingress-nginx
2121
---
@@ -27,7 +27,7 @@ metadata:
2727
app.kubernetes.io/instance: ingress-nginx
2828
app.kubernetes.io/name: ingress-nginx
2929
app.kubernetes.io/part-of: ingress-nginx
30-
app.kubernetes.io/version: 1.10.5
30+
app.kubernetes.io/version: 1.10.6
3131
name: ingress-nginx-admission
3232
namespace: ingress-nginx
3333
---
@@ -39,7 +39,7 @@ metadata:
3939
app.kubernetes.io/instance: ingress-nginx
4040
app.kubernetes.io/name: ingress-nginx
4141
app.kubernetes.io/part-of: ingress-nginx
42-
app.kubernetes.io/version: 1.10.5
42+
app.kubernetes.io/version: 1.10.6
4343
name: ingress-nginx
4444
namespace: ingress-nginx
4545
rules:
@@ -129,7 +129,7 @@ metadata:
129129
app.kubernetes.io/instance: ingress-nginx
130130
app.kubernetes.io/name: ingress-nginx
131131
app.kubernetes.io/part-of: ingress-nginx
132-
app.kubernetes.io/version: 1.10.5
132+
app.kubernetes.io/version: 1.10.6
133133
name: ingress-nginx-admission
134134
namespace: ingress-nginx
135135
rules:
@@ -148,7 +148,7 @@ metadata:
148148
app.kubernetes.io/instance: ingress-nginx
149149
app.kubernetes.io/name: ingress-nginx
150150
app.kubernetes.io/part-of: ingress-nginx
151-
app.kubernetes.io/version: 1.10.5
151+
app.kubernetes.io/version: 1.10.6
152152
name: ingress-nginx
153153
rules:
154154
- apiGroups:
@@ -230,7 +230,7 @@ metadata:
230230
app.kubernetes.io/instance: ingress-nginx
231231
app.kubernetes.io/name: ingress-nginx
232232
app.kubernetes.io/part-of: ingress-nginx
233-
app.kubernetes.io/version: 1.10.5
233+
app.kubernetes.io/version: 1.10.6
234234
name: ingress-nginx-admission
235235
rules:
236236
- apiGroups:
@@ -249,7 +249,7 @@ metadata:
249249
app.kubernetes.io/instance: ingress-nginx
250250
app.kubernetes.io/name: ingress-nginx
251251
app.kubernetes.io/part-of: ingress-nginx
252-
app.kubernetes.io/version: 1.10.5
252+
app.kubernetes.io/version: 1.10.6
253253
name: ingress-nginx
254254
namespace: ingress-nginx
255255
roleRef:
@@ -269,7 +269,7 @@ metadata:
269269
app.kubernetes.io/instance: ingress-nginx
270270
app.kubernetes.io/name: ingress-nginx
271271
app.kubernetes.io/part-of: ingress-nginx
272-
app.kubernetes.io/version: 1.10.5
272+
app.kubernetes.io/version: 1.10.6
273273
name: ingress-nginx-admission
274274
namespace: ingress-nginx
275275
roleRef:
@@ -288,7 +288,7 @@ metadata:
288288
app.kubernetes.io/instance: ingress-nginx
289289
app.kubernetes.io/name: ingress-nginx
290290
app.kubernetes.io/part-of: ingress-nginx
291-
app.kubernetes.io/version: 1.10.5
291+
app.kubernetes.io/version: 1.10.6
292292
name: ingress-nginx
293293
roleRef:
294294
apiGroup: rbac.authorization.k8s.io
@@ -307,7 +307,7 @@ metadata:
307307
app.kubernetes.io/instance: ingress-nginx
308308
app.kubernetes.io/name: ingress-nginx
309309
app.kubernetes.io/part-of: ingress-nginx
310-
app.kubernetes.io/version: 1.10.5
310+
app.kubernetes.io/version: 1.10.6
311311
name: ingress-nginx-admission
312312
roleRef:
313313
apiGroup: rbac.authorization.k8s.io
@@ -328,7 +328,7 @@ metadata:
328328
app.kubernetes.io/instance: ingress-nginx
329329
app.kubernetes.io/name: ingress-nginx
330330
app.kubernetes.io/part-of: ingress-nginx
331-
app.kubernetes.io/version: 1.10.5
331+
app.kubernetes.io/version: 1.10.6
332332
name: ingress-nginx-controller
333333
namespace: ingress-nginx
334334
---
@@ -344,7 +344,7 @@ metadata:
344344
app.kubernetes.io/instance: ingress-nginx
345345
app.kubernetes.io/name: ingress-nginx
346346
app.kubernetes.io/part-of: ingress-nginx
347-
app.kubernetes.io/version: 1.10.5
347+
app.kubernetes.io/version: 1.10.6
348348
name: ingress-nginx-controller
349349
namespace: ingress-nginx
350350
spec:
@@ -377,7 +377,7 @@ metadata:
377377
app.kubernetes.io/instance: ingress-nginx
378378
app.kubernetes.io/name: ingress-nginx
379379
app.kubernetes.io/part-of: ingress-nginx
380-
app.kubernetes.io/version: 1.10.5
380+
app.kubernetes.io/version: 1.10.6
381381
name: ingress-nginx-controller-admission
382382
namespace: ingress-nginx
383383
spec:
@@ -400,7 +400,7 @@ metadata:
400400
app.kubernetes.io/instance: ingress-nginx
401401
app.kubernetes.io/name: ingress-nginx
402402
app.kubernetes.io/part-of: ingress-nginx
403-
app.kubernetes.io/version: 1.10.5
403+
app.kubernetes.io/version: 1.10.6
404404
name: ingress-nginx-controller
405405
namespace: ingress-nginx
406406
spec:
@@ -422,7 +422,7 @@ spec:
422422
app.kubernetes.io/instance: ingress-nginx
423423
app.kubernetes.io/name: ingress-nginx
424424
app.kubernetes.io/part-of: ingress-nginx
425-
app.kubernetes.io/version: 1.10.5
425+
app.kubernetes.io/version: 1.10.6
426426
spec:
427427
containers:
428428
- args:
@@ -447,7 +447,7 @@ spec:
447447
fieldPath: metadata.namespace
448448
- name: LD_PRELOAD
449449
value: /usr/local/lib/libmimalloc.so
450-
image: registry.k8s.io/ingress-nginx/controller:v1.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
450+
image: registry.k8s.io/ingress-nginx/controller:v1.10.6@sha256:b6fbd102255edb3ba8e5421feebe14fd3e94cf53d199af9e40687f536152189c
451451
imagePullPolicy: IfNotPresent
452452
lifecycle:
453453
preStop:
@@ -523,7 +523,7 @@ metadata:
523523
app.kubernetes.io/instance: ingress-nginx
524524
app.kubernetes.io/name: ingress-nginx
525525
app.kubernetes.io/part-of: ingress-nginx
526-
app.kubernetes.io/version: 1.10.5
526+
app.kubernetes.io/version: 1.10.6
527527
name: ingress-nginx-admission-create
528528
namespace: ingress-nginx
529529
spec:
@@ -534,7 +534,7 @@ spec:
534534
app.kubernetes.io/instance: ingress-nginx
535535
app.kubernetes.io/name: ingress-nginx
536536
app.kubernetes.io/part-of: ingress-nginx
537-
app.kubernetes.io/version: 1.10.5
537+
app.kubernetes.io/version: 1.10.6
538538
name: ingress-nginx-admission-create
539539
spec:
540540
containers:
@@ -548,7 +548,7 @@ spec:
548548
valueFrom:
549549
fieldRef:
550550
fieldPath: metadata.namespace
551-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
551+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
552552
imagePullPolicy: IfNotPresent
553553
name: create
554554
securityContext:
@@ -574,7 +574,7 @@ metadata:
574574
app.kubernetes.io/instance: ingress-nginx
575575
app.kubernetes.io/name: ingress-nginx
576576
app.kubernetes.io/part-of: ingress-nginx
577-
app.kubernetes.io/version: 1.10.5
577+
app.kubernetes.io/version: 1.10.6
578578
name: ingress-nginx-admission-patch
579579
namespace: ingress-nginx
580580
spec:
@@ -585,7 +585,7 @@ spec:
585585
app.kubernetes.io/instance: ingress-nginx
586586
app.kubernetes.io/name: ingress-nginx
587587
app.kubernetes.io/part-of: ingress-nginx
588-
app.kubernetes.io/version: 1.10.5
588+
app.kubernetes.io/version: 1.10.6
589589
name: ingress-nginx-admission-patch
590590
spec:
591591
containers:
@@ -601,7 +601,7 @@ spec:
601601
valueFrom:
602602
fieldRef:
603603
fieldPath: metadata.namespace
604-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
604+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
605605
imagePullPolicy: IfNotPresent
606606
name: patch
607607
securityContext:
@@ -627,7 +627,7 @@ metadata:
627627
app.kubernetes.io/instance: ingress-nginx
628628
app.kubernetes.io/name: ingress-nginx
629629
app.kubernetes.io/part-of: ingress-nginx
630-
app.kubernetes.io/version: 1.10.5
630+
app.kubernetes.io/version: 1.10.6
631631
name: nginx
632632
spec:
633633
controller: k8s.io/ingress-nginx
@@ -640,7 +640,7 @@ metadata:
640640
app.kubernetes.io/instance: ingress-nginx
641641
app.kubernetes.io/name: ingress-nginx
642642
app.kubernetes.io/part-of: ingress-nginx
643-
app.kubernetes.io/version: 1.10.5
643+
app.kubernetes.io/version: 1.10.6
644644
name: ingress-nginx-admission
645645
webhooks:
646646
- admissionReviewVersions:

0 commit comments

Comments
 (0)