Image Overview: cert-manager-acmesolver

ReferenceChainguard ImagesProduct

experimental cgr.dev/chainguard/cert-manager-acmesolver

TagsAliases
latest1, 1.12, 1.12.1, 1.12.1-r0
latest-dev1-dev, 1.12-dev, 1.12.1-dev, 1.12.1-r0-dev

Get It

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/cert-manager-acmesolver

Using Cert Manager

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-manager installation.

For example, we can use these images with the helm installation and the following values:

# just this image
acmesolver:
    image:
        repository: cgr.dev/chainguard/cert-manager-acmesolver
        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
webhook:
    image:
        repository: cgr.dev/chainguard/cert-manager-webhook
        tag: latest