image-automation-controller
image-automation-controller copied to clipboard
GitOps Toolkit controller that patches container image tags in Git
It'd be really nice to be able to specify a `map[string]string` dictionary to be passed to the commit message template, e.g. `.spec.git.commit.messageTemplateValues`. This way I can use kustomize/helm to specify...
Bumps the go-deps group with 3 updates in the / directory: [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto), [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) and [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy). Updates `github.com/ProtonMail/go-crypto` from 1.1.0-alpha.5-proton to 1.1.0-beta.0-proton Release notes Sourced from github.com/ProtonMail/go-crypto's releases. v1.1.0-beta.0-proton This pre-release...
Bumps the ci group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.1 to 4.2.2 Release notes Sourced from actions/checkout's releases. v4.2.2 What's Changed url-helper.ts now leverages well-known environment variables by...
Fixes: #679 This adds .spec.git.commit.messageTemplateValues as a map of strings that can be used to supplement the rendering of the commit message template.
Given the following template (we basically dump all available information in a machine-parsable format): ```yaml messageTemplate: | Image Update Automation:{{ range $images := .Updated.Images }} {{ $images }}{{ end }}...
My goal is that I want my ImageUpdateAutomation to push commits to a `bump-x` branch, always overriding any old commit in the branch and keeping a single commit that updates...
Helllo everyone, when using the image-automation-controller it sets the tag like this for imagetags wich use dashes inside of the tags: ``` apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease spec: values: image: repository:...
Bumps the go-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) | `1.2.0` |...
Implement https://github.com/fluxcd/flux2/issues/5411#issuecomment-2994361145 as part of GA preparation work.
Bumps the ci group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.17.0 to 6.18.0 Release notes Sourced from docker/build-push-action's releases. v6.18.0 Bump @docker/actions-toolkit from 0.61.0 to 0.62.1 in docker/build-push-action#1381 [!NOTE]...