A trust manager package image that provides Debian CA certificates for use as an init container with cert-manager trust-manager.
Trust Manager is a Kubernetes operator from the Cert Manager project that distributes trust bundles across clusters. It assembles X.509 CA certificates from multiple sources and syncs them into ConfigMaps or Secrets in every namespace where your workloads need them.
The Trust Manager Package image is a companion container that provides the default CA certificate bundle used by Trust
Manager. It contains a small Go binary and a JSON-formatted trust bundle derived from the Debian ca-certificates
package. When trust-manager starts, it runs this image as an init container to copy the CA bundle into the trust-manager
pod, which then distributes it to workloads across the cluster via Bundle resources with useDefaultCAs: true.
This image is versioned based on the Debian ca-certificates package version and is available in variants for different
Debian releases (bookworm, trixie).