|
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:d7e8257f8d8bce64b6df55f81fba92011a6a77269b3350f8b997b152af348dba"` | | |
| 278 | +| controller.admissionWebhooks.patch.image.digest | string | `"sha256:01038e7de14b78d702d2849c3aad72fd25903c4765af63cf16aa3398f5d5f2dd"` | | |
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.8"` | | |
| 281 | +| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.9"` | | |
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:f8c7959ed0cc0c1dd6060f291fc50ccaf27a5497d182bbb6bc4ffed943616f23"` | | |
353 | | -| controller.image.digestChroot | string | `"sha256:d03d78b6b3a1efa21e02d4d0e9771d07c3e8f0e4a97c5156b12f5c7bd1fc5460"` | | |
| 352 | +| controller.image.digest | string | `"sha256:af3312d040dbe8d503001a1094b248e8be372f70f317a4bc35f81fb312bff3a8"` | | |
| 353 | +| controller.image.digestChroot | string | `"sha256:4a91b68f45ace708d16193a1aa0e4860ee88c7f76b8be4144dd07d82aa9d2a13"` | | |
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.4"` | | |
| 361 | +| controller.image.tag | string | `"v1.14.5"` | | |
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