Skip to content

Commit 9effe56

Browse files
authored
Release controller v1.11.4 & chart v4.11.4. (#12614)
1 parent ba0f2ee commit 9effe56

File tree

16 files changed

+342
-236
lines changed

16 files changed

+342
-236
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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.11.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.0 | 1.25.5 | 4.11.4 |
4243
| 🔄 | **v1.11.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.11.3 |
4344
| 🔄 | **v1.11.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |
4445
| 🔄 | **v1.11.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.1 |

changelog/controller-1.11.4.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Changelog
2+
3+
### controller-v1.11.4
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.11.4@sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.11.4@sha256:f29d0f9e7a9ef4947eda59ed0c09ec13380b13639d1518cf1ab8ec09c3e22ef8
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12610)
13+
* Chart: Bump Kube Webhook CertGen. (#12607)
14+
* Tests & Docs: Bump images. (#12604)
15+
* Images: Trigger other builds (2/2). (#12600)
16+
* Images: Trigger other builds (1/2). (#12596)
17+
* Tests: Bump `e2e-test-runner` to v20241224-68ed4e7b. (#12591)
18+
* Images: Trigger `test-runner` build. (#12588)
19+
* Images: Bump `NGINX_BASE` to v0.2.0. (#12583)
20+
* Images: Trigger NGINX build. (#12577)
21+
* Go: Clean `go.work.sum`. (#12574)
22+
* Repository: Update owners. (#12569)
23+
* Images: Bump `gcb-docker-gcloud` to v20241217-ff46a068cd. (#12562)
24+
* CI: Update KIND images. (#12558)
25+
* Images: Bump Alpine to v3.21. (#12529)
26+
* Docs: Add guide on how to set a Maintenance Page. (#12526)
27+
* rikatz is stepping down (#12517)
28+
* rikatz is stepping down (#12495)
29+
* Go: Bump to v1.23.4. (#12484)
30+
* Plugin: Bump `goreleaser` to v2. (#12441)
31+
* GitHub: Fix `exec` in issue template. (#12388)
32+
* CI: Update KIND images. (#12365)
33+
* Images: Bump `gcb-docker-gcloud` to v20241110-72bb0b1665. (#12343)
34+
* Go: Bump to v1.23.3. (#12338)
35+
* Auth TLS: Add `_` to redirect RegEx. (#12327)
36+
* Auth TLS: Improve redirect RegEx. (#12322)
37+
* Update custom headers annotation documentation (#12319)
38+
* Tests: Bump `e2e-test-runner` to v20241104-02a3933e. (#12313)
39+
* Images: Trigger `test-runner` build. (#12306)
40+
* Config: Fix panic on invalid `lua-shared-dict`. (#12284)
41+
* Docs: fix limit-rate-after references (#12279)
42+
* Chart: Rework ServiceMonitor. (#12270)
43+
* Chart: Add ServiceAccount tests. (#12264)
44+
* CI: Fix chart testing. (#12259)
45+
* [fix] fix nginx temp configs cleanup (#12223)
46+
* Chart: Suggest `matchLabelKeys` in Topology Spread Constraints. (#12203)
47+
* Docs: Add Pod Security Admission. (#12197)
48+
* Docs: Clarify external & service port in TCP/UDP services explanation. (#12193)
49+
* Docs: Goodbye, v1.10. (#12159)
50+
51+
### Dependency updates:
52+
53+
* Bump k8s.io/apiextensions-apiserver from 0.31.3 to 0.32.0 (#12567)
54+
* Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#12556)
55+
* Bump k8s.io/code-generator from 0.31.3 to 0.32.0 (#12551)
56+
* Bump k8s.io/cli-runtime from 0.31.3 to 0.32.0 (#12548)
57+
* Bump k8s.io/apiserver from 0.31.3 to 0.32.0 (#12545)
58+
* Bump the actions group with 2 updates (#12542)
59+
* Bump google.golang.org/grpc from 1.68.1 to 1.69.2 (#12539)
60+
* Bump k8s.io/client-go from 0.31.3 to 0.32.0 (#12513)
61+
* Bump github.com/opencontainers/runc from 1.2.2 to 1.2.3 in the go group across 1 directory (#12510)
62+
* Bump the actions group with 3 updates (#12507)
63+
* Bump k8s.io/kube-aggregator from 0.31.3 to 0.32.0 in /images/kube-webhook-certgen/rootfs (#12503)
64+
* Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /images/ext-auth-example-authsvc/rootfs (#12500)
65+
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#12477)
66+
* Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /magefiles (#12475)
67+
* Bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#12465)
68+
* Bump github/codeql-action from 3.27.5 to 3.27.6 in the actions group (#12462)
69+
* Bump the go group across 1 directory with 2 updates (#12458)
70+
* Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#12427)
71+
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#12417)
72+
* Bump the go group across 3 directories with 10 updates (#12415)
73+
* Bump the actions group with 3 updates (#12411)
74+
* Bump github.com/opencontainers/runc from 1.2.1 to 1.2.2 in the go group across 1 directory (#12381)
75+
* Bump github/codeql-action from 3.27.1 to 3.27.4 in the actions group (#12374)
76+
* Bump golangci-lint on actions and disable deprecated linters (#12362)
77+
* Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#12355)
78+
* Bump the actions group with 3 updates (#12352)
79+
* Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#12350)
80+
* Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#12298)
81+
* Bump github.com/opencontainers/runc from 1.2.0 to 1.2.1 in the go group across 1 directory (#12295)
82+
* Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#12289)
83+
* Bump actions/dependency-review-action from 4.3.5 to 4.4.0 in the actions group (#12274)
84+
* Bump the go group across 3 directories with 11 updates (#12245)
85+
* Bump github.com/opencontainers/runc from 1.1.15 to 1.2.0 (#12239)
86+
* Bump the actions group with 5 updates (#12240)
87+
* Bump github.com/ncabatoff/process-exporter from 0.8.3 to 0.8.4 in the go group across 1 directory (#12220)
88+
* Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group (#12216)
89+
* Bump github/codeql-action from 3.26.12 to 3.26.13 in the actions group (#12190)
90+
* Bump the go group across 2 directories with 1 update (#12187)
91+
* Bump the actions group with 2 updates (#12181)
92+
* Bump github.com/opencontainers/runc from 1.1.14 to 1.1.15 in the go group across 1 directory (#12179)
93+
94+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.3...controller-v1.11.4

charts/ingress-nginx/Chart.yaml

Lines changed: 4 additions & 3 deletions
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.11.3
3+
- 'CI: Fix chart testing. (#12259)'
4+
- Update Ingress-Nginx version controller-v1.11.4
45
artifacthub.io/prerelease: "false"
56
apiVersion: v2
6-
appVersion: 1.11.3
7+
appVersion: 1.11.4
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.11.3
24+
version: 4.11.4

charts/ingress-nginx/README.md

Lines changed: 4 additions & 4 deletions
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.11.3](https://img.shields.io/badge/Version-4.11.3-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square)
5+
![Version: 4.11.4](https://img.shields.io/badge/Version-4.11.4-informational?style=flat-square) ![AppVersion: 1.11.4](https://img.shields.io/badge/AppVersion-1.11.4-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

@@ -343,16 +343,16 @@ metadata:
343343
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
344344
| controller.image.allowPrivilegeEscalation | bool | `false` | |
345345
| controller.image.chroot | bool | `false` | |
346-
| controller.image.digest | string | `"sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7"` | |
347-
| controller.image.digestChroot | string | `"sha256:22701f0fc0f2dd209ef782f4e281bfe2d8cccd50ededa00aec88e0cdbe7edd14"` | |
346+
| controller.image.digest | string | `"sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52"` | |
347+
| controller.image.digestChroot | string | `"sha256:f29d0f9e7a9ef4947eda59ed0c09ec13380b13639d1518cf1ab8ec09c3e22ef8"` | |
348348
| controller.image.image | string | `"ingress-nginx/controller"` | |
349349
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
350350
| controller.image.readOnlyRootFilesystem | bool | `false` | |
351351
| controller.image.registry | string | `"registry.k8s.io"` | |
352352
| controller.image.runAsNonRoot | bool | `true` | |
353353
| controller.image.runAsUser | int | `101` | |
354354
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
355-
| controller.image.tag | string | `"v1.11.3"` | |
355+
| controller.image.tag | string | `"v1.11.4"` | |
356356
| 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 |
357357
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
358358
| controller.ingressClassResource | object | `{"aliases":[],"annotations":{},"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. |
Lines changed: 10 additions & 0 deletions
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.11.4
6+
7+
* CI: Fix chart testing. (#12259)
8+
* Update Ingress-Nginx version controller-v1.11.4
9+
10+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.11.3...helm-chart-4.11.4

charts/ingress-nginx/values.yaml

Lines changed: 3 additions & 3 deletions
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.11.3"
30-
digest: sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
31-
digestChroot: sha256:22701f0fc0f2dd209ef782f4e281bfe2d8cccd50ededa00aec88e0cdbe7edd14
29+
tag: "v1.11.4"
30+
digest: sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52
31+
digestChroot: sha256:f29d0f9e7a9ef4947eda59ed0c09ec13380b13639d1518cf1ab8ec09c3e22ef8
3232
pullPolicy: IfNotPresent
3333
runAsNonRoot: true
3434
# www-data -> uid 101

deploy/static/provider/aws/deploy.yaml

Lines changed: 24 additions & 24 deletions
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.11.3
18+
app.kubernetes.io/version: 1.11.4
1919
name: ingress-nginx
2020
namespace: ingress-nginx
2121
---
@@ -28,7 +28,7 @@ metadata:
2828
app.kubernetes.io/instance: ingress-nginx
2929
app.kubernetes.io/name: ingress-nginx
3030
app.kubernetes.io/part-of: ingress-nginx
31-
app.kubernetes.io/version: 1.11.3
31+
app.kubernetes.io/version: 1.11.4
3232
name: ingress-nginx-admission
3333
namespace: ingress-nginx
3434
---
@@ -40,7 +40,7 @@ metadata:
4040
app.kubernetes.io/instance: ingress-nginx
4141
app.kubernetes.io/name: ingress-nginx
4242
app.kubernetes.io/part-of: ingress-nginx
43-
app.kubernetes.io/version: 1.11.3
43+
app.kubernetes.io/version: 1.11.4
4444
name: ingress-nginx
4545
namespace: ingress-nginx
4646
rules:
@@ -130,7 +130,7 @@ metadata:
130130
app.kubernetes.io/instance: ingress-nginx
131131
app.kubernetes.io/name: ingress-nginx
132132
app.kubernetes.io/part-of: ingress-nginx
133-
app.kubernetes.io/version: 1.11.3
133+
app.kubernetes.io/version: 1.11.4
134134
name: ingress-nginx-admission
135135
namespace: ingress-nginx
136136
rules:
@@ -149,7 +149,7 @@ metadata:
149149
app.kubernetes.io/instance: ingress-nginx
150150
app.kubernetes.io/name: ingress-nginx
151151
app.kubernetes.io/part-of: ingress-nginx
152-
app.kubernetes.io/version: 1.11.3
152+
app.kubernetes.io/version: 1.11.4
153153
name: ingress-nginx
154154
rules:
155155
- apiGroups:
@@ -231,7 +231,7 @@ metadata:
231231
app.kubernetes.io/instance: ingress-nginx
232232
app.kubernetes.io/name: ingress-nginx
233233
app.kubernetes.io/part-of: ingress-nginx
234-
app.kubernetes.io/version: 1.11.3
234+
app.kubernetes.io/version: 1.11.4
235235
name: ingress-nginx-admission
236236
rules:
237237
- apiGroups:
@@ -250,7 +250,7 @@ metadata:
250250
app.kubernetes.io/instance: ingress-nginx
251251
app.kubernetes.io/name: ingress-nginx
252252
app.kubernetes.io/part-of: ingress-nginx
253-
app.kubernetes.io/version: 1.11.3
253+
app.kubernetes.io/version: 1.11.4
254254
name: ingress-nginx
255255
namespace: ingress-nginx
256256
roleRef:
@@ -270,7 +270,7 @@ metadata:
270270
app.kubernetes.io/instance: ingress-nginx
271271
app.kubernetes.io/name: ingress-nginx
272272
app.kubernetes.io/part-of: ingress-nginx
273-
app.kubernetes.io/version: 1.11.3
273+
app.kubernetes.io/version: 1.11.4
274274
name: ingress-nginx-admission
275275
namespace: ingress-nginx
276276
roleRef:
@@ -289,7 +289,7 @@ metadata:
289289
app.kubernetes.io/instance: ingress-nginx
290290
app.kubernetes.io/name: ingress-nginx
291291
app.kubernetes.io/part-of: ingress-nginx
292-
app.kubernetes.io/version: 1.11.3
292+
app.kubernetes.io/version: 1.11.4
293293
name: ingress-nginx
294294
roleRef:
295295
apiGroup: rbac.authorization.k8s.io
@@ -308,7 +308,7 @@ metadata:
308308
app.kubernetes.io/instance: ingress-nginx
309309
app.kubernetes.io/name: ingress-nginx
310310
app.kubernetes.io/part-of: ingress-nginx
311-
app.kubernetes.io/version: 1.11.3
311+
app.kubernetes.io/version: 1.11.4
312312
name: ingress-nginx-admission
313313
roleRef:
314314
apiGroup: rbac.authorization.k8s.io
@@ -329,7 +329,7 @@ metadata:
329329
app.kubernetes.io/instance: ingress-nginx
330330
app.kubernetes.io/name: ingress-nginx
331331
app.kubernetes.io/part-of: ingress-nginx
332-
app.kubernetes.io/version: 1.11.3
332+
app.kubernetes.io/version: 1.11.4
333333
name: ingress-nginx-controller
334334
namespace: ingress-nginx
335335
---
@@ -345,7 +345,7 @@ metadata:
345345
app.kubernetes.io/instance: ingress-nginx
346346
app.kubernetes.io/name: ingress-nginx
347347
app.kubernetes.io/part-of: ingress-nginx
348-
app.kubernetes.io/version: 1.11.3
348+
app.kubernetes.io/version: 1.11.4
349349
name: ingress-nginx-controller
350350
namespace: ingress-nginx
351351
spec:
@@ -378,7 +378,7 @@ metadata:
378378
app.kubernetes.io/instance: ingress-nginx
379379
app.kubernetes.io/name: ingress-nginx
380380
app.kubernetes.io/part-of: ingress-nginx
381-
app.kubernetes.io/version: 1.11.3
381+
app.kubernetes.io/version: 1.11.4
382382
name: ingress-nginx-controller-admission
383383
namespace: ingress-nginx
384384
spec:
@@ -401,7 +401,7 @@ metadata:
401401
app.kubernetes.io/instance: ingress-nginx
402402
app.kubernetes.io/name: ingress-nginx
403403
app.kubernetes.io/part-of: ingress-nginx
404-
app.kubernetes.io/version: 1.11.3
404+
app.kubernetes.io/version: 1.11.4
405405
name: ingress-nginx-controller
406406
namespace: ingress-nginx
407407
spec:
@@ -423,7 +423,7 @@ spec:
423423
app.kubernetes.io/instance: ingress-nginx
424424
app.kubernetes.io/name: ingress-nginx
425425
app.kubernetes.io/part-of: ingress-nginx
426-
app.kubernetes.io/version: 1.11.3
426+
app.kubernetes.io/version: 1.11.4
427427
spec:
428428
containers:
429429
- args:
@@ -448,7 +448,7 @@ spec:
448448
fieldPath: metadata.namespace
449449
- name: LD_PRELOAD
450450
value: /usr/local/lib/libmimalloc.so
451-
image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
451+
image: registry.k8s.io/ingress-nginx/controller:v1.11.4@sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52
452452
imagePullPolicy: IfNotPresent
453453
lifecycle:
454454
preStop:
@@ -524,7 +524,7 @@ metadata:
524524
app.kubernetes.io/instance: ingress-nginx
525525
app.kubernetes.io/name: ingress-nginx
526526
app.kubernetes.io/part-of: ingress-nginx
527-
app.kubernetes.io/version: 1.11.3
527+
app.kubernetes.io/version: 1.11.4
528528
name: ingress-nginx-admission-create
529529
namespace: ingress-nginx
530530
spec:
@@ -535,7 +535,7 @@ spec:
535535
app.kubernetes.io/instance: ingress-nginx
536536
app.kubernetes.io/name: ingress-nginx
537537
app.kubernetes.io/part-of: ingress-nginx
538-
app.kubernetes.io/version: 1.11.3
538+
app.kubernetes.io/version: 1.11.4
539539
name: ingress-nginx-admission-create
540540
spec:
541541
containers:
@@ -549,7 +549,7 @@ spec:
549549
valueFrom:
550550
fieldRef:
551551
fieldPath: metadata.namespace
552-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
552+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
553553
imagePullPolicy: IfNotPresent
554554
name: create
555555
securityContext:
@@ -575,7 +575,7 @@ metadata:
575575
app.kubernetes.io/instance: ingress-nginx
576576
app.kubernetes.io/name: ingress-nginx
577577
app.kubernetes.io/part-of: ingress-nginx
578-
app.kubernetes.io/version: 1.11.3
578+
app.kubernetes.io/version: 1.11.4
579579
name: ingress-nginx-admission-patch
580580
namespace: ingress-nginx
581581
spec:
@@ -586,7 +586,7 @@ spec:
586586
app.kubernetes.io/instance: ingress-nginx
587587
app.kubernetes.io/name: ingress-nginx
588588
app.kubernetes.io/part-of: ingress-nginx
589-
app.kubernetes.io/version: 1.11.3
589+
app.kubernetes.io/version: 1.11.4
590590
name: ingress-nginx-admission-patch
591591
spec:
592592
containers:
@@ -602,7 +602,7 @@ spec:
602602
valueFrom:
603603
fieldRef:
604604
fieldPath: metadata.namespace
605-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
605+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
606606
imagePullPolicy: IfNotPresent
607607
name: patch
608608
securityContext:
@@ -628,7 +628,7 @@ metadata:
628628
app.kubernetes.io/instance: ingress-nginx
629629
app.kubernetes.io/name: ingress-nginx
630630
app.kubernetes.io/part-of: ingress-nginx
631-
app.kubernetes.io/version: 1.11.3
631+
app.kubernetes.io/version: 1.11.4
632632
name: nginx
633633
spec:
634634
controller: k8s.io/ingress-nginx
@@ -641,7 +641,7 @@ metadata:
641641
app.kubernetes.io/instance: ingress-nginx
642642
app.kubernetes.io/name: ingress-nginx
643643
app.kubernetes.io/part-of: ingress-nginx
644-
app.kubernetes.io/version: 1.11.3
644+
app.kubernetes.io/version: 1.11.4
645645
name: ingress-nginx-admission
646646
webhooks:
647647
- admissionReviewVersions:

0 commit comments

Comments
 (0)