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 71 image-automation-controller issues
Sort by recently updated
recently updated
newest added

Hi, I'm using Image automation CRDs in my cluster. My cluster is has a set up to fetch images from Azure ACR and there was an issue with fetching the...

This change refactors image-automation-controller to implement the new unified standards of flux controllers. See https://github.com/fluxcd/image-automation-controller/issues/643 for some overview of the new changes. Following are some highlights of the changes: -...

enhancement

Similar to other Flux controllers, image-automation-controller is undergoing refactoring. The refactor includes overall code organization changes and design enhancements. This issue discusses the enhancements and API changes. Refactor PR https://github.com/fluxcd/image-automation-controller/pull/647....

enhancement
umbrella-issue

Bumps the go-deps group with 3 updates: [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto), [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Updates `github.com/ProtonMail/go-crypto` from 1.1.0-alpha.0 to 1.1.0-alpha.2 Release notes Sourced from github.com/ProtonMail/go-crypto's releases. v1.1.0-alpha.1 What's Changed Removes the openpgp.VerifyDetachedSignatureAndSaltedHash function...

dependencies

Bumps the ci group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.2` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)...

area/ci
dependencies

Hello! I want to automate external image updates to my repository, each image to its separate branch — something like Dependabot does. But since the `ImageUpdateAutomation` resource doesn't have a...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I was trying to use the image update automation to update a tag in a generic YAML file in git. I found it doesn't update the image tag in the...

image repository result: `Normal Succeeded 33m image-reflector-controller successful scan: found 3 tags ` ` Normal Succeeded 3m10s (x6 over 28m) image-reflector-controller no new tags found, next scan in 5m0s `...

Hello, image-automation-controller commits the symlink when the following operation is performed. 1. image-automation-controller detects image updates, checks out from the master branch and pushes to the sample-merge branch. 2. Create...