From 0e9c9e3481bc0f83fde7d17923106b7d20b944b6 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Fri, 19 Nov 2021 13:54:22 +0000 Subject: [PATCH 1/2] bump supported k8s version in helm chart readme Signed-off-by: Ashley Davis --- deploy/charts/cert-manager/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/cert-manager/README.template.md b/deploy/charts/cert-manager/README.template.md index fd957211c..487a324fd 100644 --- a/deploy/charts/cert-manager/README.template.md +++ b/deploy/charts/cert-manager/README.template.md @@ -8,7 +8,7 @@ to renew certificates at an appropriate time before expiry. ## Prerequisites -- Kubernetes 1.16+ +- Kubernetes 1.18+ ## Installing the Chart From 115b70cfefe0a1d2d004f63ab3f0b13d909b5562 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Fri, 19 Nov 2021 13:55:02 +0000 Subject: [PATCH 2/2] update link to k8s security context spec the old link was for 1.16 and actually led to a site with a certificate error Signed-off-by: Ashley Davis --- deploy/charts/cert-manager/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/cert-manager/README.template.md b/deploy/charts/cert-manager/README.template.md index 487a324fd..fcd4e61f4 100644 --- a/deploy/charts/cert-manager/README.template.md +++ b/deploy/charts/cert-manager/README.template.md @@ -99,7 +99,7 @@ The following table lists the configurable parameters of the cert-manager chart | `volumes` | Optional volumes for cert-manager | `[]` | | `volumeMounts` | Optional volume mounts for cert-manager | `[]` | | `resources` | CPU/memory resource requests/limits | `{}` | -| `securityContext` | Optional security context. The yaml block should adhere to the [SecurityContext spec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#securitycontext-v1-core) | `{}` | +| `securityContext` | Optional security context. The yaml block should adhere to the [SecurityContext spec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#securitycontext-v1-core) | `{}` | | `securityContext.enabled` | Deprecated (use `securityContext`) - Enable security context | `false` | | `containerSecurityContext` | Security context to be set on the controller component container | `{}` | | `nodeSelector` | Node labels for pod assignment | `{}` |