argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Describe the bug** We are using **kubectl kustomize --load-restrictor=LoadRestrictionsNone /path/to/kustomization/directory > output.yaml** to render the templates and validate them in our CI. Now as we have started using Image updater...
**Describe the bug** for argocd image updater usage with ecr, after adding registries, checking pod, i still don't get no basic auth credentials: ``` ./argocd-image-updater-linux_amd64 test 12345678.dkr.ecr.il-central-1.amazonaws.com/tekes/ovd DEBU[0000] Creating in-cluster...
There is a big warning on the front page of the documentation that argocd-image-updater is not ready for critical production workloads and should be considered experimental with lots of breaking...
**Is your feature request related to a problem? Please describe.** I want the write back to apply as if it were a helm values file **Describe the solution you'd like**...
**Describe the bug** It seems to be ignoring the settings. **To Reproduce** ``` ... annotations: argocd-image-updater.argoproj.io/update-strategy: digest argocd-image-updater.argoproj.io/image-list: > prod=registry.gitlab.com/image:latest, dev=registry.gitlab.com/image:development, ``` **Expected behavior** It should be updated individually when...
i thy use: ``` argocd-image-updater.argoproj.io/image-list: "qa=repo/name:latest, dev=repo/name:dev" argocd-image-updater.argoproj.io/qa.update-strategy: "digest" argocd-image-updater.argoproj.io/qa.force-update: "true" argocd-image-updater.argoproj.io/dev.update-strategy: "digest" argocd-image-updater.argoproj.io/dev.force-update: "true" ``` but when i update dev tag, after some time image tag set latest with...