image-reflector-controller
image-reflector-controller copied to clipboard
GitOps Toolkit controller that scans container registries
Would be good to have something like: - `{"$imagepolicy": "::digest"}` resolving to image digest, for instance `@sha256:foobar` - `{"$imagepolicy": "::tagWithDigest"}` resolving to image tag with digest, for instance `v0.1.5@sha256:foobar`
Hey guys! A quick question about the SemVer policy. Is there a way to to use the `filterTags.extract` field not only for matching/filtering tags, but also for updating the repository?...
We should create an admission webhook for validating the policies. This makes sense in the context of `ImagePolicyChoice` which should configure one and only one policy type. An image policy...
There are a couple of images that I watch that have started pushing multi-arch tags, but not all the architectures appear all at once. I'd like to, for example, only...
So far there's a semver policy for selecting images, which selects the highest version within a given range. Another variety of policy that we use everywhere in the Weave Cloud...
### Describe the bug In spite of receiving `429 Too many requests` errors from Image Repositories, flux is still trying to reconcile. This will potentially lead to account blocking. ###...
It's sometimes necessary to pin an automation to a particular tag of an image, say if - there's a known bad image that would be selected by the policy, and...
With regexp filtering, it's possible to extract a value from each tag for the policy to consider. This is to cover a use case like giving all your tags `dev-`,...
I.e., how Flux v1 does it. - needs to download image metadata, so will need rate limiting, caching, garbage collection; - explicitly specify to use labels (rather than guessing)
In a given `ImagePolicy` object you may want to select a subset of the images, e.g., those marked as destined for a particular environment `dev-*`. You might _also_ want to...