Image Overview: source-controller

ReferenceChainguard ImagesProduct

experimental cgr.dev/chainguard/source-controller

TagsAliases
latest0, 0.36, 0.36.1, 0.36.1-r2
latest-dev0-dev, 0.36-dev, 0.36.1-dev, 0.36.1-r2-dev

Get It

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/source-controller

Using source-controller

The source-controller is part of the flux gitops toolkit components (docs). It is recommended to use this component in conjunction with the remaining toolkit components during install.

Although there are multiple methods of installing, the example below will work using the flux cli, also available as a chainguard image (cgr.dev/chainguard/flux):

NOTE: Installation assumes a properly connected kubectl

# Using a pre-installed flux cli
flux install --registry cgr.dev/chainguard

# OR using the provided flux chainguard image
docker run cgr.dev/chainguard/flux export --registry cgr.dev/chainguard | kubectl apply -f -