argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Describe the bug** if I have an image with update strategy set to 'semver' and without any version constraint, argocd-image-updater will pick a prerelease version if it's greater than any...
This allows argocd-image-updater to support finding the latest tag even when they don't _really_ follow semver exactly. Some good examples of this: - [plexinc/pms-docker](https://hub.docker.com/r/plexinc/pms-docker/) example: `1.25.7.5604-980a13e02` (semver requires at most...
**Is your feature request related to a problem? Please describe.** We are looking to add podTopologySpreadConstraints for our deployment/statefulset/daemonset manifests. As part of this, we want the label selectors to...
this is just a poc. I'm looking for feedbacks. I'm not sure this is the correct/prefer way to implement. - create a webhook endpoint for each registry - upon receiving...
Addressing #423 This PR does the following: * Get the repository URL either from `app.Spec.Source.RepoURL` or from `argocd-image-updater.argoproj.io/git-repository` if specified and store it into the `WriteBackConfig` struct as `GitRepo`. *...
**Is your feature request related to a problem? Please describe.** When updating images, ArgoCD Image Updater clones k8s repository for each ArgoCD application even if manifests' repository is the same....
**Describe the bug** ex )3 images : registry/image:tag1, registry/image:tag2, registry/image:tag3 in deployments When image updated, all images in deployment is registry/image:tag3 Without argocd image updater annotations, image list is properyl...
**Describe the bug** Image updater does not update an image tag in the application spec of the deployed image and the image considered for update is the same although the...
**Describe the bug** I'm running argocd-image-update to update some images based on semver strategy. Everything works fine in the beginning, but after some time (couple days) I started getting error...
I have an app that deploys an applicationset and I've configured image updater using git writeback. The use case is that if a user updates the image tag with a...