Image Overview: prometheus-operator

ReferenceChainguard ImagesProduct

stable cgr.dev/chainguard/prometheus-operator

TagsAliases
latest0, 0.65, 0.65.2, 0.65.2-r1
latest-dev0-dev, 0.65-dev, 0.65.2-dev, 0.65.2-r1-dev

Try It Out

helm upgrade --install cg-test \
    prometheus-community/kube-prometheus-stack \
    --set prometheusOperator.image.repository=chainguard/prometheus-operator \
    --set prometheusOperator.image.registry=cgr.dev \
    --set prometheusOperator.image.tag=<set to the latest chainguard tag>

You’ll want to make sure the kube-prometheus-stack chart is up-to-date and use the latest operator tag that’s within the compatibility matrix.

Known Deviations

The location of the operator binary changes in this image. This image uses

/usr/bin/operator

Upstream image uses

/bin/operator