This directory contains the official ClusterImageCatalog manifests
maintained by CloudNativePG.
See the documentation for full details.
Each catalog defines the latest container images for all supported PostgreSQL
major versions, based on a specific image type (e.g. minimal) and
Debian release (e.g. trixie).
By applying a catalog, administrators ensure that CloudNativePG clusters automatically upgrade to the latest patch release within a given PostgreSQL major version.
Install a single catalog (e.g. minimal images on Debian trixie):
kubectl apply -f \
https://raw.githubusercontent.com/cloudnative-pg/artifacts/refs/heads/main/image-catalogs/catalog-minimal-trixie.yamlInstall all catalogs at once:
kubectl apply -k \
https://github.com/cloudnative-pg/artifacts/image-catalogs?ref=main