Image Overview: cert-manager-controller

Overview: cert-manager-controller Chainguard Image

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

Using Cert Manager

These set of images are a drop in replacement for the standard cert-manager installation (here), and replacing them with the Chainguard images.

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

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

Last updated: 2022-11-01 11:07