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.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
I'm trying to install argocd-image-updater cli on Mac. Spend last two hours, but can't find a way to install it. Can some one help?
**Describe the bug** No matter what I set in the annotation, I always get the same error ``` rgocd-argocd-image-updater-7d468c5bdd-vpnr5 argocd-image-updater time="2022-09-21T13:47:53Z" level=info msg="Starting image update cycle, considering 1 annotated application(s)...
**Description** I've got the following error due to Argocd server uses self-signed TLS certificate and the Argocd Image Updater has no configuration ability to include the same certificate when `argocd.insecure:...
Tiny docfix 🙂
It seems Exec sh is not available in AWS instance ARM64 Available in AMD64 and compatible with running new images, but does not appear to have access to shell scripts....
**Is your feature request related to a problem? Please describe.** We using argocd image updater to sync our cluster, which will need to sync more than 100 namespace at a...
**Describe the bug** argocd-image-updater fails to retrieve tags when registry authentication is configured to use Azure ACR tokens. **To Reproduce** **Version 1: Using the token name and password as credentials**...
Signed-off-by: Kostis Kapelonis When changing from latest to semver strategy, users must be careful and make sure that the existing tag is already following semver Otherwise trying to change from...
Signed-off-by: Kostis Kapelonis Added the same mechanism to preview documentation like the other Argo Projects