Image Overview: configmap-reload

Overview: configmap-reload Chainguard Image

configmap-reload is a simple binary to trigger a reload when Kubernetes ConfigMaps or Secrets, mounted into pods, are updated.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/configmap-reload:latest

Usage

This image is a drop-in replacement for the upstream image. You can run it using the helm chart with:

$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm install my-release prometheus-community/alertmanager \
    --set configmapReload.enabled=true \
    --set configmapReload.image=cgr.dev/chainguard/configmap-reload \
    --set image.tag=latest
    <other configuration parameters here>

Last updated: 2024-04-11 12:38