Image Overview: prometheus-config-reloader

Overview: prometheus-config-reloader Chainguard Image

Minimalist Wolfi-based image for Prometheus Config Reloader. It helps with config of Prometheus Operator which creates/configures/manages Prometheus clusters atop Kubernetes

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/prometheus-config-reloader:latest

Usage

For full instructions on prometheus-operator, refer to the official documentation. The GitHub repository can also be found here.

Helm

To deploy via helm, please refer to the upstream helm charts documentation for comprehensive instructions, which includes supported parameters

Below is an example of how to use the helm chart, overriding the image with the chainguard image:

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

helm install prom-config-reloader prometheus-community/kube-prometheus-stack \
 --set prometheusOperator.prometheusConfigReloader.image.registry=cgr.dev \
 --set prometheusOperator.prometheusConfigReloader.image.repository=chainguard/prometheus-config-reloader \
 --set prometheusOperator.image.tag=latest

Last updated: 2024-04-11 12:38