image-automation-controller icon indicating copy to clipboard operation
image-automation-controller copied to clipboard

GitOps Toolkit controller that patches container image tags in Git

Results 91 image-automation-controller issues
Sort by recently updated
recently updated
newest added

As I understand from the [documentation](https://fluxcd.io/docs/guides/image-update/), an ImageUpdateAutomation runs all the ImagePolicies in its own namespace > Note that the ImageUpdateAutomation runs all the policies found in its namespace at...

question

@stefanprodan As you know, I have been using your tools for a long time. My general experience is that the tools are rock solid. Today a colleague reported that an...

bug

I would like to visualize what the current tag of image policies in grafana. I think a metric similar to `go_info` might do the trick: ``` go_info{app="image-automation-controller",instance="10.32.0.71:8080",job="kubernetes-pods",kubernetes_pod_name="image-automation-controller-64c955c59-lt7sp",namespace="flux-system",pod="image-automation-controller-64c955c59-lt7sp",pod_template_hash="64c955c59",version="go1.16.8"} 1 ``` per...

enhancement

At the moment image automation blindly substitutes the latest tag it finds. It would be useful to have flag (either at the imagepolicy or the imageautomation level), which prevents this...

I tried adding an `ImageUpdateAutomation` for a GitRepo that I had configured some time ago without any automations, and everything worked fine for one or two updates, but after a...

Supposing `podinfo` supported release branches (which I recommend against, but lots of places do use), then you might have a test environment setup with image automation defining inline image policy...

"The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects." As of...

help wanted
area/security

Sometimes the image ref or tag (or digest) is part of a longer string in a field value. For example, in a container argument: ```yaml kind: Pod spec: containers: -...

enhancement

This adds test for reconciliation with reconcile request annotation. Since it depends on setters, it's moved as a subtest under "strategy setters". Also, moves the ImagePolicy to be created per...

It would be quite handy to be able to use a tool to mark all the uses of an image, rather than having to go and add the markers yourself.

enhancement