Skip to content

Commit 8ee4384

Browse files
authored
Release controller v1.12.0 & chart v4.12.0. (#12615)
1 parent ba73b2c commit 8ee4384

File tree

16 files changed

+544
-238
lines changed

16 files changed

+544
-238
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ 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.12.0-beta.0** | 1.31, 1.30, 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
42+
| 🔄 | **v1.12.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.0 | 1.25.5 | 4.12.0 |
43+
| 🔄 | **v1.12.0-beta.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
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 |
4546
| 🔄 | **v1.11.0** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.0 |

changelog/controller-1.12.0.md

+294
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,294 @@
1+
# Changelog
2+
3+
### controller-v1.12.0
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.0@sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.0@sha256:87c88e1c38a6c8d4483c8f70b69e2cca49853bb3ec3124b9b1be648edf139af3
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12609)
13+
* Chart: Bump Kube Webhook CertGen. (#12606)
14+
* Tests & Docs: Bump images. (#12603)
15+
* Images: Trigger other builds (2/2). (#12599)
16+
* Images: Trigger other builds (1/2). (#12595)
17+
* Tests: Bump `e2e-test-runner` to v20241224-68ed4e7b. (#12590)
18+
* Images: Trigger `test-runner` build. (#12587)
19+
* Images: Bump `NGINX_BASE` to v1.1.0. (#12582)
20+
* Images: Trigger NGINX build. (#12579)
21+
* Go: Clean `go.work.sum`. (#12573)
22+
* Repository: Update owners. (#12568)
23+
* Images: Bump `gcb-docker-gcloud` to v20241217-ff46a068cd. (#12561)
24+
* CI: Update KIND images. (#12560)
25+
* Images: Bump Alpine to v3.21. (#12528)
26+
* Docs: Add guide on how to set a Maintenance Page. (#12525)
27+
* rikatz is stepping down (#12516)
28+
* rikatz is stepping down (#12494)
29+
* Go: Bump to v1.23.4. (#12483)
30+
* Plugin: Bump `goreleaser` to v2. (#12440)
31+
* GitHub: Fix `exec` in issue template. (#12387)
32+
* CI: Update KIND images. (#12367)
33+
* Images: Bump `gcb-docker-gcloud` to v20241110-72bb0b1665. (#12342)
34+
* Go: Bump to v1.23.3. (#12337)
35+
* Auth TLS: Add `_` to redirect RegEx. (#12326)
36+
* Auth TLS: Improve redirect RegEx. (#12323)
37+
* Update custom headers annotation documentation (#12318)
38+
* Tests: Bump `e2e-test-runner` to v20241104-02a3933e. (#12312)
39+
* Docs: Add CPU usage note for `--metrics-per-undefined-host`. (#12310)
40+
* Images: Trigger `test-runner` build. (#12308)
41+
* Config: Fix panic on invalid `lua-shared-dict`. (#12283)
42+
* Docs: fix limit-rate-after references (#12278)
43+
* Chart: Rework ServiceMonitor. (#12269)
44+
* Chart: Add ServiceAccount tests. (#12263)
45+
* CI: Fix chart testing. (#12258)
46+
* [fix] fix nginx temp configs cleanup (#12225)
47+
* Chart: Suggest `matchLabelKeys` in Topology Spread Constraints. (#12202)
48+
* Docs: Add Pod Security Admission. (#12195)
49+
* Docs: Clarify external & service port in TCP/UDP services explanation. (#12192)
50+
* Images: Trigger controller build. (#12154)
51+
* ⚠️ Metrics: Disable by default. (#12153) ⚠️
52+
53+
This changes the default of the following CLI arguments:
54+
55+
* `--enable-metrics` gets disabled by default.
56+
57+
* Tests & Docs: Bump `e2e-test-echo` to v1.0.1. (#12147)
58+
* Images: Trigger `e2e-test-echo` build. (#12140)
59+
* ⚠️ Images: Drop `s390x`. (#12137) ⚠️
60+
61+
Support for the `s390x` architecture has already been removed from the controller image. This also removes it from the NGINX base image and CI relevant images.
62+
63+
* Images: Build `s390x` controller. (#12126)
64+
* Chart: Bump Kube Webhook CertGen. (#12119)
65+
* Tests & Docs: Bump images. (#12118)
66+
* Cloud Build: Bump `gcb-docker-gcloud` to v20240718-5ef92b5c36. (#12113)
67+
* Images: Trigger other builds. (#12110)
68+
* Tests: Bump `e2e-test-runner` to v20241004-114a6abb. (#12103)
69+
* Images: Trigger `test-runner` build. (#12100)
70+
* Docs: Add a multi-tenant warning. (#12091)
71+
* Go: Bump to v1.22.8. (#12069)
72+
* Images: Bump `NGINX_BASE` to v1.0.0. (#12066)
73+
* Images: Trigger NGINX build. (#12063)
74+
* Images: Remove NGINX v1.21. (#12031)
75+
* Chart: Add `controller.metrics.service.enabled`. (#12056)
76+
* GitHub: Improve Dependabot. (#12033)
77+
* Chart: Add `global.image.registry`. (#12028)
78+
* ⚠️ Images: Remove OpenTelemetry. (#12024) ⚠️
79+
80+
OpenTelemetry is still supported, but since the module is built into the controller image since v1.10, we hereby remove the init container and image which were used to install it upon controller startup.
81+
82+
* Chart: Improve CI. (#12003)
83+
* Chart: Extend image tests. (#12025)
84+
* Chart: Add `controller.progressDeadlineSeconds`. (#12017)
85+
* Docs: Add health check annotations for AWS. (#12018)
86+
* Docs: Convert `opentelemetry.md` from CRLF to LF. (#12005)
87+
* Chart: Implement `unhealthyPodEvictionPolicy`. (#11992)
88+
* Chart: Add `defaultBackend.maxUnavailable`. (#11995)
89+
* Chart: Test `controller.minAvailable` & `controller.maxUnavailable`. (#12000)
90+
* Chart: Align default backend `PodDisruptionBudget`. (#11993)
91+
* Metrics: Fix namespace in `nginx_ingress_controller_ssl_expire_time_seconds`. (#10274)
92+
* ⚠️ Chart: Remove Pod Security Policy. (#11971) ⚠️
93+
94+
This removes Pod Security Policies and related resources from the chart.
95+
96+
* Chart: Improve default backend service account. (#11972)
97+
* Go: Bump to v1.22.7. (#11943)
98+
* NGINX: Remove inline Lua from template. (#11806)
99+
* Images: Bump OpenTelemetry C++ Contrib. (#11629)
100+
* Docs: Add note about `--watch-namespace`. (#11947)
101+
* Images: Use latest Alpine 3.20 everywhere. (#11944)
102+
* Fix minor typos (#11935)
103+
* Chart: Implement `controller.admissionWebhooks.service.servicePort`. (#11931)
104+
* Allow any protocol for cors origins (#11153)
105+
* Tests: Bump `e2e-test-runner` to v20240829-2c421762. (#11919)
106+
* Images: Trigger `test-runner` build. (#11916)
107+
* Chart: Add `controller.metrics.prometheusRule.annotations`. (#11849)
108+
* Chart: Add tests for `PrometheusRule` & `ServiceMonitor`. (#11883)
109+
* Annotations: Allow commas in URLs. (#11882)
110+
* CI: Grant checks write permissions to E2E Test Report. (#11862)
111+
* Chart: Use generic values for `ConfigMap` test. (#11877)
112+
* Security: Follow-up on recent changes. (#11874)
113+
* Lua: Remove plugins from `.luacheckrc` & E2E docs. (#11872)
114+
* Dashboard: Remove `ingress_upstream_latency_seconds`. (#11878)
115+
* Metrics: Add `--metrics-per-undefined-host` argument. (#11818)
116+
* Update maxmind post link about geolite2 license changes (#11861)
117+
* ⚠️ Remove global-rate-limit feature (#11851) ⚠️
118+
119+
This removes the following configuration options:
120+
121+
* `global-rate-limit-memcached-host`
122+
* `global-rate-limit-memcached-port`
123+
* `global-rate-limit-memcached-connect-timeout`
124+
* `global-rate-limit-memcached-max-idle-timeout`
125+
* `global-rate-limit-memcached-pool-size`
126+
* `global-rate-limit-status-code`
127+
128+
It also removes the following annotations:
129+
130+
* `global-rate-limit`
131+
* `global-rate-limit-window`
132+
* `global-rate-limit-key`
133+
* `global-rate-limit-ignored-cidrs`
134+
135+
* Revert "docs: Add deployment for AWS NLB Proxy." (#11857)
136+
* Add custom code handling for temporal redirect (#10651)
137+
* Add native histogram support for histogram metrics (#9971)
138+
* Replace deprecated queue method (#11853)
139+
* ⚠️ Enable security features by default (#11819) ⚠️
140+
141+
This changes the default of the following CLI arguments:
142+
143+
* `--enable-annotation-validation` gets enabled by default.
144+
145+
It also changes the default of the following configuration options:
146+
147+
* `allow-cross-namespace-resources` gets disabled by default.
148+
* `annotations-risk-level` gets lowered to "High" by default.
149+
* `strict-validate-path-type` gets enabled by default.
150+
151+
* docs: Add deployment for AWS NLB Proxy. (#9565)
152+
* ⚠️ Remove 3rd party lua plugin support (#11821) ⚠️
153+
154+
This removes the following configuration options:
155+
156+
* `plugins`
157+
158+
It also removes support for user provided Lua plugins in the `/etc/nginx/lua/plugins` directory.
159+
160+
* Auto-generate annotation docs (#11820)
161+
* ⚠️ Metrics: Remove `ingress_upstream_latency_seconds`. (#11795) ⚠️
162+
163+
This metric has already been deprecated and is now getting removed.
164+
165+
* Release controller v1.11.2/v1.10.4 & chart v4.11.2/v4.10.4. (#11816)
166+
* Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11809)
167+
* Tests & Docs: Bump images. (#11803)
168+
* Images: Trigger failed builds. (#11800)
169+
* Images: Trigger other builds. (#11796)
170+
* Controller: Fix panic in alternative backend merging. (#11789)
171+
* Tests: Bump `e2e-test-runner` to v20240812-3f0129aa. (#11788)
172+
* Images: Trigger `test-runner` build. (#11785)
173+
* Images: Bump `NGINX_BASE` to v0.0.12. (#11782)
174+
* Images: Trigger NGINX build. (#11779)
175+
* Cloud Build: Add missing config, remove unused ones. (#11774)
176+
* Cloud Build: Tweak timeouts. (#11761)
177+
* Cloud Build: Fix substitutions. (#11758)
178+
* Cloud Build: Some chores. (#11633)
179+
* Go: Bump to v1.22.6. (#11747)
180+
* Images: Bump `NGINX_BASE` to v0.0.11. (#11741)
181+
* Images: Trigger NGINX build. (#11735)
182+
* docs: update OpenSSL Roadmap link (#11730)
183+
* Go: Bump to v1.22.5. (#11634)
184+
* Docs: Fix typo in AWS LB Controller reference (#11723)
185+
* Perform some cleaning operations on line breaks. (#11720)
186+
* Missing anchors in regular expression. (#11717)
187+
* Docs: Fix `from-to-www` redirect description. (#11712)
188+
* Chart: Remove `isControllerTagValid`. (#11710)
189+
* Tests: Bump `e2e-test-runner` to v20240729-04899b27. (#11702)
190+
* Chart: Explicitly set `runAsGroup`. (#11679)
191+
* Docs: Clarify `from-to-www` redirect direction. (#11682)
192+
* added real-client-ip faq (#11663)
193+
* Docs: Format NGINX configuration table. (#11659)
194+
* Release controller v1.11.1/v1.10.3 & chart v4.11.1/v4.10.3. (#11654)
195+
* Tests: Bump `test-runner` to v20240717-1fe74b5f. (#11645)
196+
* Images: Trigger `test-runner` build. (#11636)
197+
* Images: Bump `NGINX_BASE` to v0.0.10. (#11635)
198+
* remove modsecurity coreruleset test files from nginx image (#11617)
199+
* unskip the ocsp tests and update images to fix cfssl bug (#11606)
200+
* Fix indent in YAML for example pod (#11598)
201+
* Images: Bump `test-runner`. (#11600)
202+
* Images: Bump `NGINX_BASE` to v0.0.9. (#11599)
203+
* revert module upgrade (#11594)
204+
* README: Fix support matrix. (#11586)
205+
* Repository: Add changelogs from `release-v1.10`. (#11587)
206+
207+
### Dependency updates:
208+
209+
* Bump k8s.io/apiextensions-apiserver from 0.31.3 to 0.32.0 (#12566)
210+
* Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#12555)
211+
* Bump k8s.io/code-generator from 0.31.3 to 0.32.0 (#12550)
212+
* Bump k8s.io/cli-runtime from 0.31.3 to 0.32.0 (#12547)
213+
* Bump k8s.io/apiserver from 0.31.3 to 0.32.0 (#12544)
214+
* Bump the actions group with 2 updates (#12541)
215+
* Bump google.golang.org/grpc from 1.68.1 to 1.69.2 (#12538)
216+
* Bump k8s.io/client-go from 0.31.3 to 0.32.0 (#12512)
217+
* Bump github.com/opencontainers/runc from 1.2.2 to 1.2.3 in the go group across 1 directory (#12509)
218+
* Bump the actions group with 3 updates (#12506)
219+
* Bump k8s.io/kube-aggregator from 0.31.3 to 0.32.0 in /images/kube-webhook-certgen/rootfs (#12505)
220+
* Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /images/ext-auth-example-authsvc/rootfs (#12502)
221+
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#12476)
222+
* Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /magefiles (#12472)
223+
* Bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#12464)
224+
* Bump github/codeql-action from 3.27.5 to 3.27.6 in the actions group (#12461)
225+
* Bump the go group across 1 directory with 2 updates (#12460)
226+
* Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#12426)
227+
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#12418)
228+
* Bump the go group across 3 directories with 10 updates (#12413)
229+
* Bump the actions group with 3 updates (#12412)
230+
* Bump github.com/opencontainers/runc from 1.2.1 to 1.2.2 in the go group across 1 directory (#12380)
231+
* Bump github/codeql-action from 3.27.1 to 3.27.4 in the actions group (#12373)
232+
* Bump golangci-lint on actions and disable deprecated linters (#12361)
233+
* Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#12357)
234+
* Bump the actions group with 3 updates (#12354)
235+
* Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#12349)
236+
* Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#12299)
237+
* Bump github.com/opencontainers/runc from 1.2.0 to 1.2.1 in the go group across 1 directory (#12296)
238+
* Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#12288)
239+
* Bump actions/dependency-review-action from 4.3.5 to 4.4.0 in the actions group (#12273)
240+
* Bump the go group across 3 directories with 11 updates (#12244)
241+
* Bump github.com/opencontainers/runc from 1.1.15 to 1.2.0 (#12242)
242+
* Bump the actions group with 5 updates (#12236)
243+
* Bump github.com/ncabatoff/process-exporter from 0.8.3 to 0.8.4 in the go group across 1 directory (#12218)
244+
* Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group (#12217)
245+
* Bump github/codeql-action from 3.26.12 to 3.26.13 in the actions group (#12188)
246+
* Bump the go group across 2 directories with 1 update (#12186)
247+
* Bump the actions group with 2 updates (#12180)
248+
* Bump github.com/opencontainers/runc from 1.1.14 to 1.1.15 in the go group across 1 directory (#12178)
249+
* Bump the actions group with 3 updates (#12152)
250+
* Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#12107)
251+
* Bump the actions group with 3 updates (#12092)
252+
* Bump sigs.k8s.io/mdtoc from 1.1.0 to 1.4.0 (#12062)
253+
* Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#12060)
254+
* Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go group across 1 directory (#12059)
255+
* Bump k8s.io/cli-runtime from 0.30.0 to 0.31.1 (#12061)
256+
* Bump github/codeql-action from 3.26.9 to 3.26.10 in the actions group (#12051)
257+
* Bump the go group across 1 directory with 3 updates (#12050)
258+
* Bump k8s.io/kube-aggregator from 0.29.3 to 0.31.1 in /images/kube-webhook-certgen/rootfs (#12043)
259+
* Bump k8s.io/apimachinery from 0.23.1 to 0.31.1 in /images/ext-auth-example-authsvc/rootfs (#12041)
260+
* Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.4 in /images/custom-error-pages/rootfs (#12040)
261+
* Bump the all group with 2 updates (#12032)
262+
* Bump github/codeql-action from 3.26.7 to 3.26.8 in the all group (#12010)
263+
* Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#12009)
264+
* Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the all group (#12008)
265+
* Bump the all group with 2 updates (#11977)
266+
* Bump github/codeql-action from 3.26.6 to 3.26.7 in the all group (#11976)
267+
* Bump github.com/prometheus/common from 0.57.0 to 0.59.1 (#11954)
268+
* Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#11955)
269+
* Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 in the all group (#11953)
270+
* Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 (#11928)
271+
* Bump the all group with 2 updates (#11922)
272+
* Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 in the all group (#11901)
273+
* Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#11902)
274+
* Bump github.com/prometheus/common from 0.55.0 to 0.57.0 (#11903)
275+
* Bump github/codeql-action from 3.26.5 to 3.26.6 in the all group (#11904)
276+
* Bump the all group with 2 updates (#11865)
277+
* Bump github/codeql-action from 3.26.2 to 3.26.5 in the all group (#11867)
278+
* Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#11832)
279+
* Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 (#11823)
280+
* Bump dario.cat/mergo from 1.0.0 to 1.0.1 in the all group (#11822)
281+
* Bump k8s.io/component-base from 0.30.3 to 0.31.0 (#11825)
282+
* Bump github/codeql-action from 3.26.0 to 3.26.2 in the all group (#11826)
283+
* Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#11766)
284+
* Bump the all group with 2 updates (#11767)
285+
* Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#11765)
286+
* Bump the all group with 3 updates (#11727)
287+
* Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group (#11696)
288+
* Bump the all group with 2 updates (#11695)
289+
* Bump the all group with 4 updates (#11673)
290+
* Bump the all group with 2 updates (#11672)
291+
* Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#11522)
292+
* Bump the all group with 5 updates (#11611)
293+
294+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.0...controller-v1.12.0

charts/ingress-nginx/Chart.yaml

+5-4
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.12.0-beta.0
4-
artifacthub.io/prerelease: "true"
3+
- 'CI: Fix chart testing. (#12258)'
4+
- Update Ingress-Nginx version controller-v1.12.0
5+
artifacthub.io/prerelease: "false"
56
apiVersion: v2
6-
appVersion: 1.12.0-beta.0
7+
appVersion: 1.12.0
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.12.0-beta.0
24+
version: 4.12.0

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.12.0-beta.0](https://img.shields.io/badge/Version-4.12.0--beta.0-informational?style=flat-square) ![AppVersion: 1.12.0-beta.0](https://img.shields.io/badge/AppVersion-1.12.0--beta.0-informational?style=flat-square)
5+
![Version: 4.12.0](https://img.shields.io/badge/Version-4.12.0-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-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

@@ -340,16 +340,16 @@ metadata:
340340
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
341341
| controller.image.allowPrivilegeEscalation | bool | `false` | |
342342
| controller.image.chroot | bool | `false` | |
343-
| controller.image.digest | string | `"sha256:9724476b928967173d501040631b23ba07f47073999e80e34b120e8db5f234d5"` | |
344-
| controller.image.digestChroot | string | `"sha256:6e2f8f52e1f2571ff65bc4fc4826d5282d5def5835ec4ab433dcb8e659b2fbac"` | |
343+
| controller.image.digest | string | `"sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa"` | |
344+
| controller.image.digestChroot | string | `"sha256:87c88e1c38a6c8d4483c8f70b69e2cca49853bb3ec3124b9b1be648edf139af3"` | |
345345
| controller.image.image | string | `"ingress-nginx/controller"` | |
346346
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
347347
| controller.image.readOnlyRootFilesystem | bool | `false` | |
348348
| controller.image.runAsGroup | int | `82` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) |
349349
| controller.image.runAsNonRoot | bool | `true` | |
350350
| controller.image.runAsUser | int | `101` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) |
351351
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
352-
| controller.image.tag | string | `"v1.12.0-beta.0"` | |
352+
| controller.image.tag | string | `"v1.12.0"` | |
353353
| 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 |
354354
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
355355
| 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. |

0 commit comments

Comments
 (0)