|
2 | 2 |
|
3 | 3 | [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
4 | 4 |
|
5 |
| -   |
| 5 | +  |
6 | 6 |
|
7 | 7 | To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
|
8 | 8 |
|
@@ -310,13 +310,13 @@ Kubernetes: `>=1.20.0-0`
|
310 | 310 | | controller.hostname | object | `{}` | Optionally customize the pod hostname. |
|
311 | 311 | | controller.image.allowPrivilegeEscalation | bool | `true` | |
|
312 | 312 | | controller.image.chroot | bool | `false` | |
|
313 |
| -| controller.image.digest | string | `"sha256:d1707ca76d3b044ab8a28277a2466a02100ee9f58a86af1535a3edf9323ea1b5"` | | |
314 |
| -| controller.image.digestChroot | string | `"sha256:0fcb91216a22aae43b374fc2e6a03b8afe9e8c78cbf07a09d75636dc4ea3c191"` | | |
| 313 | +| controller.image.digest | string | `"sha256:54f7fe2c6c5a9db9a0ebf1131797109bb7a4d91f56b9b362bde2abd237dd1974"` | | |
| 314 | +| controller.image.digestChroot | string | `"sha256:a8466b19c621bd550b1645e27a004a5cc85009c858a9ab19490216735ac432b1"` | | |
315 | 315 | | controller.image.image | string | `"ingress-nginx/controller"` | |
|
316 | 316 | | controller.image.pullPolicy | string | `"IfNotPresent"` | |
|
317 | 317 | | controller.image.registry | string | `"registry.k8s.io"` | |
|
318 | 318 | | controller.image.runAsUser | int | `101` | |
|
319 |
| -| controller.image.tag | string | `"v1.3.0"` | | |
| 319 | +| controller.image.tag | string | `"v1.3.1"` | | |
320 | 320 | | 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 |
|
321 | 321 | | controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
|
322 | 322 | | controller.ingressClassResource.controllerValue | string | `"k8s.io/ingress-nginx"` | Controller-value of the controller that is processing this ingressClass |
|
|
0 commit comments