|
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 |
|
@@ -332,13 +332,13 @@ Kubernetes: `>=1.20.0-0`
|
332 | 332 | | controller.hostname | object | `{}` | Optionally customize the pod hostname. |
|
333 | 333 | | controller.image.allowPrivilegeEscalation | bool | `true` | |
|
334 | 334 | | controller.image.chroot | bool | `false` | |
|
335 |
| -| controller.image.digest | string | `"sha256:3870522ed937c9efb94bfa31a7eb16009831567a0d4cbe01846fc5486d622655"` | | |
336 |
| -| controller.image.digestChroot | string | `"sha256:84613555694f2c59a8b2551126d226c9aa648544ebf0cde1e0df942f7dbce42b"` | | |
| 335 | +| controller.image.digest | string | `"sha256:4ba73c697770664c1e00e9f968de14e08f606ff961c76e5d7033a4a9c593c629"` | | |
| 336 | +| controller.image.digestChroot | string | `"sha256:c1c091b88a6c936a83bd7b098662760a87868d12452529bad0d178fb36147345"` | | |
337 | 337 | | controller.image.image | string | `"ingress-nginx/controller"` | |
|
338 | 338 | | controller.image.pullPolicy | string | `"IfNotPresent"` | |
|
339 | 339 | | controller.image.registry | string | `"registry.k8s.io"` | |
|
340 | 340 | | controller.image.runAsUser | int | `101` | |
|
341 |
| -| controller.image.tag | string | `"v1.5.2"` | | |
| 341 | +| controller.image.tag | string | `"v1.5.1"` | | |
342 | 342 | | 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 |
|
343 | 343 | | controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
|
344 | 344 | | controller.ingressClassResource.controllerValue | string | `"k8s.io/ingress-nginx"` | Controller-value of the controller that is processing this ingressClass |
|
|
0 commit comments