Image Overview: external-secrets-fips

Overview: external-secrets-fips Chainguard Image

Minimal Kubernetes External Secrets Operator image

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/external-secrets-fips: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 external-secrets https://charts.external-secrets.io
$ helm install external-secrets \
   external-secrets/external-secrets \
    -n external-secrets \
    --set image.repository=cgr.dev/chainguard/external-secrets  \
    --set image.tag=latest \
    --create-namespace
    <other configuration parameters here>

See the configuration docs for more examples.

Last updated: 2024-04-11 12:38