argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Is your feature request related to a problem? Please describe.** It would be great to have a possibility to parse prefixes from tags with semantic versioning. There was a similar...
Hello, I have a question regarding using the the image updater together with the argocd-vault-plugin. The image updater can update argocd values directly if used in the following way: ````...
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 the final...
**Is your feature request related to a problem? Please describe.** When managing a large amount of applications (e.g. 100+) and all should use the same base configuration for write-back, you're...
Can i use argocd-image-updater when arogcd application is using custom plugin ? like vault plugin or it can only work with helm / kustomize applications ? Note: the app is...
Hello team, Sorry for the long post, I tried to be as concise and as precise as possible. **Describe the bug** Problem with multiple images update. My setup: Annotation tracks...
**Is your feature request related to a problem? Please describe.** My problem is the same as described in this issue #190 The fix there was to mount the known_hosts into...
**Describe the bug** I am starting the image updater pod such: ```yaml containers: - name: argocd-image-updater image: argoprojlabs/argocd-image-updater:v0.11.0 command: - /usr/local/bin/argocd-image-updater - run - --loglevel - warn ``` **Problem** the...
I use GCP artefacts registry configured as follows: ``` config: registries: - name: GCP AR DEV api_url: https://europe-west1-docker.pkg.dev prefix: europe-west1-docker.pkg.dev credentials: pullsecret:argocd/gcp-ar-dev ping: no ``` and it works like a...
**Describe the bug** I am using ApplicationSets to deploy multiple applications, the template for this ApplicationSet is creating applications with the required annotations for the image updater. This leads to...