argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
Building upon the work done in [PR 428](https://github.com/argoproj-labs/argocd-image-updater/pull/428) to add support for SSH signed commits. Updated Documentation to include instructions and examples for adding an SSH signing key along with...
Replace invalid GitHub url reference with the right one that points to the codebase on the master branch.
**Describe the bug** I'm encountering an authentication issue while using ArgoCD's image updater to automatically update images for deployments when a new image is pushed to Docker Hub. Here's the...
**Describe the bug** It seems like this upgrade has (maybe?) broken functionality for using an authentication script for ECR like the following: ```yaml apiVersion: v1 kind: ConfigMap metadata: name: argocd-image-updater-authscripts...
**Describe the bug** ArgoCD can't detect all types of images on Private ECR. In my case, the `argocd-image-updater` only detect image with `application/vnd.oci.image.index.v1+json` Image manifest media type (our image mainly...
**Describe the bug** Image updater fails to update images due to a nil pointer dereference **To Reproduce** Upgrade from v0.12.2 to v0.13.0 **Expected behavior** I'd like my images to continue...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
**Describe the bug** I'm experiencing an issue with the ArgoCD Image Updater when using the digest update strategy. The problem occurs when the image tag is set incorrectly to "latest@sha256:"...
**Describe the bug** I am encountering an issue with ArgoCD Image Updater when handling sequential builds that result in two different images. The write-back method is set to git, and...
**Describe the bug** linux/arm64/v8 != linux/arm64 **To Reproduce** Create a manifest for a multi-arch image with one of the arch being "linux/arm64/v8" Run ArgoCD image updater in k8s using the...