diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index 4c52ee68d..64abf33cc 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -331,9 +331,9 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu | controller.image.pullPolicy | string | `"IfNotPresent"` | | | controller.image.readOnlyRootFilesystem | bool | `false` | | | controller.image.registry | string | `"registry.k8s.io"` | | -| controller.image.runAsGroup | int | `82` | | +| 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) | | controller.image.runAsNonRoot | bool | `true` | | -| controller.image.runAsUser | int | `101` | | +| 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) | | controller.image.seccompProfile.type | string | `"RuntimeDefault"` | | | controller.image.tag | string | `"v1.11.1"` | | | 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 | diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index bf692b4da..9d309627d 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -31,11 +31,11 @@ controller: digestChroot: sha256:7cabe4bd7558bfdf5b707976d7be56fd15ffece735d7c90fc238b6eda290fd8d pullPolicy: IfNotPresent runAsNonRoot: true - # The values for `runAsUser` or `runAsGroup` below should not be changed if your installation - # uses the `registry.k8s.io/ingress-nginx/conttroller` container image. - # www-data -> uid 101 - # www-data -> gid 82 + # -- This value must not be changed using the official image. + # uid=101(www-data) gid=82(www-data) groups=82(www-data) runAsUser: 101 + # -- This value must not be changed using the official image. + # uid=101(www-data) gid=82(www-data) groups=82(www-data) runAsGroup: 82 allowPrivilegeEscalation: false seccompProfile: