argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

Automatic container image update for Argo CD

Results 336 argocd-image-updater issues
Sort by recently updated
recently updated
newest added

based on feature request: https://github.com/argoproj-labs/argocd-image-updater/issues/287 edit: - the original commit was force pushed because the old one was unsigned

Bumps [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd) from 2.2.7 to 2.2.10. Release notes Sourced from github.com/argoproj/argo-cd/v2's releases. v2.2.10 Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.10/manifests/install.yaml HA: kubectl create namespace...

dependencies
go

**Is your feature request related to a problem? Please describe.** When an ArgoCD Application gets removed the corresponding git write-back .argocd-source-{application}.yaml file should also be removed from git. **Describe the...

enhancement

**Is your feature request related to a problem? Please describe.** running as service account in gke **Describe the solution you'd like** get the account token if possible and use it...

enhancement

**Describe the bug** When multiple tags for the same image are defined with the `digest` strategy there's an update loop between the specified tags and `latest` while the digest remains...

bug

There are critical CVEs in the argocd-image-updater container. Image tagged [v0.12.0](https://quay.io/repository/argoprojlabs/argocd-image-updater?tab=tags). Most of these have been fixed; see [here](https://quay.io/repository/argoprojlabs/argocd-image-updater/manifest/sha256:27825f32240aadde43ea3c3eb2f37b2e98086df9d83e5fbbb0e41c6c0cec0cf1?tab=vulnerabilities) and [here](https://quay.io/repository/argoprojlabs/argocd-image-updater/manifest/sha256:b2b12f932b9d957a1d415f8edcae179834e8db3f19b19e6efb6b0af7d02a1097?tab=vulnerabilities) ![image](https://user-images.githubusercontent.com/24415613/173602723-b8d633df-71ea-4231-a7be-8ecdab09d0fa.png) --- Hello, Our security team is asking us...

bug

I have a kustomize based plugin. It substitutes the variables present in the yaml files with the ones defined in a .env file, runs `kustomize build` and prints a valid...

bug

When will this be released to docker hub?

enhancement

**Describe the bug** Image's stop updating, logs show the above error. time="2021-08-18T22:50:40Z" level=info msg="git config user.name argocd-image-updater" dir=/tmp/git-395417317 execID=o1WQk time="2021-08-18T22:50:40Z" level=info msg="git config user.email [email protected]" dir=/tmp/git-395417317 execID=R06hZ time="2021-08-18T22:50:40Z" level=info msg="git...

bug

**Is your feature request related to a problem? Please describe.** When image updater fail (wrong annotation config or other reason), our developer have no idea it is failed and wait...

enhancement