|
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 |
|
@@ -275,10 +275,10 @@ metadata: |
275 | 275 | | controller.admissionWebhooks.namespaceSelector | object | `{}` | | |
276 | 276 | | controller.admissionWebhooks.objectSelector | object | `{}` | | |
277 | 277 | | controller.admissionWebhooks.patch.enabled | bool | `true` | | |
278 | | -| controller.admissionWebhooks.patch.image.digest | string | `"sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f"` | | |
| 278 | +| controller.admissionWebhooks.patch.image.digest | string | `"sha256:03a00eb0e255e8a25fa49926c24cde0f7e12e8d072c445cdf5136ec78b546285"` | | |
279 | 279 | | controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | | |
280 | 280 | | controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | | |
281 | | -| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.4"` | | |
| 281 | +| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.5"` | | |
282 | 282 | | controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources | |
283 | 283 | | controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not | |
284 | 284 | | controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | | |
@@ -349,16 +349,16 @@ metadata: |
349 | 349 | | controller.hostname | object | `{}` | Optionally customize the pod hostname. | |
350 | 350 | | controller.image.allowPrivilegeEscalation | bool | `false` | | |
351 | 351 | | controller.image.chroot | bool | `false` | | |
352 | | -| controller.image.digest | string | `"sha256:e4127065d0317bd11dc64c4dd38dcf7fb1c3d72e468110b4086e636dbaac943d"` | | |
353 | | -| controller.image.digestChroot | string | `"sha256:d0158a50630981a945325c15a638e52c2d0691bc528caf5c04d2cf2051c5665f"` | | |
| 352 | +| controller.image.digest | string | `"sha256:f95a79b85fb93ac3de752c71a5c27d5ceae10a18b61904dec224c1c6a4581e47"` | | |
| 353 | +| controller.image.digestChroot | string | `"sha256:29840e06768457b82ef0a9f70bdde03b3b9c42e84a9d78dd6f179326848c1a88"` | | |
354 | 354 | | controller.image.image | string | `"ingress-nginx/controller"` | | |
355 | 355 | | controller.image.pullPolicy | string | `"IfNotPresent"` | | |
356 | 356 | | controller.image.readOnlyRootFilesystem | bool | `false` | | |
357 | 357 | | 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) | |
358 | 358 | | controller.image.runAsNonRoot | bool | `true` | | |
359 | 359 | | 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) | |
360 | 360 | | controller.image.seccompProfile.type | string | `"RuntimeDefault"` | | |
361 | | -| controller.image.tag | string | `"v1.14.0"` | | |
| 361 | +| controller.image.tag | string | `"v1.14.1"` | | |
362 | 362 | | 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 | |
363 | 363 | | controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). | |
364 | 364 | | 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