image-automation-controller
image-automation-controller copied to clipboard
GitOps Toolkit controller that patches container image tags in Git
related to https://github.com/fluxcd/image-automation-controller/issues/528 @stefanprodan we just upgraded to Flux 2.2.0 and problem is still occurring. All our HelmRelease files getting picked up by the Image Automation Controller are getting inline...
Hi I am triggering a pipeline and there is buildspec file which contains image build command and also after build and image is pushed to ecr and also with help...
```json { "level": "error", "ts": "2023-03-20T14:08:31.180Z", "msg": "Reconciler error", "controller": "imageupdateautomation", "controllerGroup": "image.toolkit.fluxcd.io", "controllerKind": "ImageUpdateAutomation", "ImageUpdateAutomation": { "name": "apps", "namespace": "flux-system" }, "namespace": "flux-system", "name": "apps", "reconcileID": "081a105f-7672-4fc7-b532-26be91972eeb", "error": "object...
### Describe the bug Hi, I wonder how could I allow teams to manage their own ImagePolicies without giving them access to flux-system namespace assuming that's where gitrepository and it's...
My image-automation-controller is constantly OOMKilled and gets stuck in a crash loop Using image ghcr.io/fluxcd/image-automation-controller:v0.33.0 Resource limits Limits: ││ cpu: 1 ││ memory: 1Gi State: Running ││ Started: Fri, 10...
Hello, We are having a problem with our image update automation, specifically that it sporadically stops working. It will do one or two Git commits and then lock up saying...
Would it be an option to decouple the commit message template and the notification template? Where the latter would have access to git commit specific data as well (sha specifically)....
Using the new `:digest` suffix in policy markers one can now instruct IAC to store the digest of an image instead of the tag in the given manifest. This makes...
At my current company, everytime there is a push to the flux configuration folder, a new Branch is created. Is it possible to do this with image-automation-controller? I want to...
### Describe the bug For our git repo with a lot of commits, the image update automation stopped working. As increasing the timeouts for the git clone [1] did not...