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

That test just failed in CI and re-running it fixed it: ``` 2025-05-04T08:09:13.1513489Z --- FAIL: TestImageUpdateAutomationReconciler_Reconcile (9.66s) 2025-05-04T08:09:13.1514026Z --- FAIL: TestImageUpdateAutomationReconciler_Reconcile/no_marker_no_update (1.29s) 2025-05-04T08:09:13.1514547Z imageupdateautomation_controller_test.go:467: 2025-05-04T08:09:13.1514873Z Timed out after 1.001s. 2025-05-04T08:09:13.1516330Z...

bug
good first issue
area/ci
area/testing

At the moment it isn't possible to get automated commit signing purely using the GitHub App, * which means we will need to establish a dedicated organization member, * which...

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2. Release notes Sourced from github.com/golang-jwt/jwt/v4's releases. v4.5.2 See https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2 Commits 2f0e9ad Backporting 0951d18 to v4 See full diff in compare view...

dependencies

Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. Release notes Sourced from github.com/golang-jwt/jwt/v5's releases. v5.2.2 What's Changed Fixed https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp by @​mfridman Fixed some typos by @​Ashikpaul in golang-jwt/jwt#382 build: add go1.22 to...

dependencies

Currently, `ImageUpdateAutomation` push configuration only supports discovery/inference of a `sourceRef.kind: GitRepository` from `GitRepository.spec.ref.branch`. See code here: https://github.com/fluxcd/image-automation-controller/blob/main/internal/source/git.go#L158-L161 Support should be expanded to handle `GitRepository.spec.ref.name` such as `refs/heads/main`. This is especially...

enhancement

When the image-automation-controller updates an image on a yaml file, it seems to have the default behaviour to remove any blank lines in the file. In most manifests this may...

Security Insights is a specification for communicating security-related data. For this specific repository, use this example: https://github.com/privateerproj/privateer/blob/main/.github/security-insights.yml ## Resources Security Insights: https://github.com/ossf/security-insights-spec/

Filled information based on the data in repository. Closes #877

When setting an image policy marker format, the namespace has to be included. In our way of deploying, this seems to be a hard feat. We deploy using application repositories....

I would love to see other reference options for the ImageUpdateAutomation `spec.sourceRef` field. I do see use for a ConfigMap reference that holds image values. Imagine these resources to be...