This image is part of the cert-manager controller stack, and is used following the standard cert-manager installation (here), and replacing them with the Chainguard images.
This image is part of the cert-manager stack, and can be used as a drop in replacement for the images following the standard cert-managerinstallation.
For example, we can use these images with the helm installation and the following values:
# just this image
webhook:
image:
repository: cgr.dev/chainguard/cert-manager-webhook
tag: latest
# all the images
image:
repository: cgr.dev/chainguard/cert-manager-controller
tag: latest
cainjector:
image:
repository: cgr.dev/chainguard/cert-manager-cainjector
tag: latest
acmesolver:
image:
repository: cgr.dev/chainguard/cert-manager-acmesolver
tag: latest