argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Describe the bug** We are currently using the plugin s3 in our Argocd applications to deploy our charts. When we were trying to integrate Argocd image updater using git write...
I see similar open issues where argocd image updater log said it has updated an image but pod itself doesn't roll out new one: #186 #431 #438 The application itself...
**Describe the bug** I have an Application in ArgoCD with the following configuration: ``` apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ledswitcher namespace: argocd annotations: argocd-image-updater.argoproj.io/write-back-method: git argocd-image-updater.argoproj.io/write-back-target: kustomization argocd-image-updater.argoproj.io/image-list: ledswitcher=ghcr.io/clambin/ledswitcher...
Related: #650 Fixes for #636 Based on PR #651 - [does not consider image aliases](https://github.com/argoproj-labs/argocd-image-updater/pull/636#discussion_r1415418188) - [does not support nested param names](https://github.com/argoproj-labs/argocd-image-updater/pull/636#issuecomment-1822711396) - image name and tag settled in helm...
I've got a error during the upgrade cicle and the logs sad that: `Cache hit for test:testtag" alias=some application=application_name=application image_tag=sometag registry="containerregistryname` to solve this problem we deleted the container, but...
**Is your feature request related to a problem? Please describe.** The `update-strategy: latest` leads to a situation which seems to make it difficult to support a rollback scenario. Let's say...
**Describe the bug** ``` / $ argocd-image-updater test gouthamappsmith/tests-argocd:release --update-strategy latest DEBU[0000] Creating in-cluster Kubernetes client INFO[0000] retrieving information about image image_alias= image_digest= image_name=gouthamappsmith/tests-argocd image_tag=release registry_url= INFO[0000] Fetching available tags...
* When writing to a new file, create the directory for the file if it does not already exist * This is useful if writing `helmvalues` to a new directory...
argocd-image-updater doesn't support the use of plugins. This is problematic when integrations like argocd-vault-plugins are used for secrets management solutions. This PR enables the use of ArgoCD-Vault-Plugin in combination with...
**Describe the bug** seeing timeout errors with ECR from time to time. simply restarting the image-updater pod fixes it. only for the problem to randomly surface hours later... **To Reproduce**...