|
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 |
|
@@ -319,16 +319,16 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
|
319 | 319 | | controller.hostname | object | `{}` | Optionally customize the pod hostname. |
|
320 | 320 | | controller.image.allowPrivilegeEscalation | bool | `false` | |
|
321 | 321 | | controller.image.chroot | bool | `false` | |
|
322 |
| -| controller.image.digest | string | `"sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c"` | | |
323 |
| -| controller.image.digestChroot | string | `"sha256:7eb46ff733429e0e46892903c7394aff149ac6d284d92b3946f3baf7ff26a096"` | | |
| 322 | +| controller.image.digest | string | `"sha256:e24f39d3eed6bcc239a56f20098878845f62baa34b9f2be2fd2c38ce9fb0f29e"` | | |
| 323 | +| controller.image.digestChroot | string | `"sha256:c155954116b397163c88afcb3252462771bd7867017e8a17623e83601bab7ac7"` | | |
324 | 324 | | controller.image.image | string | `"ingress-nginx/controller"` | |
|
325 | 325 | | controller.image.pullPolicy | string | `"IfNotPresent"` | |
|
326 | 326 | | controller.image.readOnlyRootFilesystem | bool | `false` | |
|
327 | 327 | | controller.image.registry | string | `"registry.k8s.io"` | |
|
328 | 328 | | controller.image.runAsNonRoot | bool | `true` | |
|
329 | 329 | | controller.image.runAsUser | int | `101` | |
|
330 | 330 | | controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
|
331 |
| -| controller.image.tag | string | `"v1.10.0"` | | |
| 331 | +| controller.image.tag | string | `"v1.10.1"` | | |
332 | 332 | | 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 |
|
333 | 333 | | controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
|
334 | 334 | | 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