image-automation-controller
image-automation-controller copied to clipboard
GitOps Toolkit controller that patches container image tags in Git
Using version v2.0.0-rc.5 and trying to use the Flux auto update but it's not working there are no helpful error messages. ``` $ kubectl describe ImageUpdateAutomation Events: Type Reason Age...
### Describe the bug Our team removed all resources for a project called platform-toy. The imageupdateautomation object and the associated gitrepository objects were removed from the cluster and gitrepository flux...
__Scenario:__ Application consisting of a combination in-house developed software (think: PHP application) and third-party software (think: Elasticsearch, Redis, etc). For the in-house developed stuff, we want IUA to actively deploy...
It seems that `fluxcd/image-automation-controller` at now indirectly depends on newer version `v0.6.0` of `golang.org/x/text`. Keep according replace line in go.mod makes no sense but limits the update of `golang.org/x/text`. Should...
## The Issue Several ImageUpdateAutomations are intermittently failing our clusters. We use git sources pointing to our Gitlab using deploy keys to authenticate through SSH. ## Artifacts Flux Check ►...
i did following steps git clone https://github.com/fluxcd/image-automation-controller -b v0.26.0 export DOCKER_CLI_EXPERIMENTAL=enabled docker run --rm --privileged multiarch/qemu-user-static --reset -p yes docker buildx create --use make docker-build I am getting following error...
Hi, I am running Flux with the `image-automation-controller` enabled in two clusters. They are both watching the same image tag pattern. I just realised that they have been affecting each...
Implement [RFC-004](https://github.com/fluxcd/flux2/tree/main/rfcs/0004-insecure-http) by adding a new flag --insecure-allow-http which would block/unblock the use of HTTP connections by the controller.
Areas of improvements for IAC Git testing coverage: - [ ] Remove libgit2 dependencies for running tests - [ ] Add tests for HTTPS repositories - [ ] Self-signed certificates
Making a new issue after seeing this comment in the last issue on this topic: https://github.com/fluxcd/image-automation-controller/issues/282#issuecomment-1151022724 ## Specs On Flux `v2.2` with the image-update-automation pod running the image `image-automation-controller:v0.37.0` for...