Image Overview: cert-manager-webhook

ReferenceChainguard ImagesProduct

stable cgr.dev/chainguard/cert-manager-webhook

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

Cert Manager Automatically provision and manage TLS certificates in Kubernetes

Get It

The image is available on cgr.dev:

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

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
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