cert-manager is a certificate management controller for Kubernetes. It automates the management and issuance of TLS certificates from various issuing sources. It will ensure certificates are valid and up to date periodically, and attempt to renew certificates at an appropriate time before expiry.
cert-manager from jetstack is more popular with 158 repositories.
Install with:
helm repo add jetstack oci://quay.io/jetstack/charts/
helm install cert-manager jetstack/cert-manager -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
cert-manager | larivierec/home-cluster | 131 | v1.19.0 | 8 hours ago |
See the most popular values for this chart:
Key | Types |
---|---|
crds.enabled (5) true | boolean |
crds.keep (1) true | boolean |
dns01RecursiveNameservers (5) 1.1.1.1:53,1.0.0.1:53 | string |
boolean | |
boolean | |
boolean | |
boolean | |
number | |
config.apiVersion (1) controller.config.cert-manager.io/v1alpha1 | string |
boolean | |
config.kind (1) ControllerConfiguration | string |
image.repository (1) quay.io/jetstack/cert-manager-controller | string |
image.tag (1) v1.18.2@sha256:81316365dc0b713eddddfbf9b8907b2939676e6c0e12beec0f9625f202a36d16 | string |
podDnsConfig.nameservers[] (1) - "1.1.1.1" | string |
podDnsPolicy (1) None | string |