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

**Describe the bug** Not really a bug, more like me missing something. Would appreciate a bit of help. **To Reproduce** These are the logs produced (slightly sanitised): ``` time="2024-01-09T18:31:48Z" level=debug...

bug

Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies
python

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7. Release notes Sourced from github.com/cloudflare/circl's releases. CIRCL v1.3.7 What's Changed build(deps): bump golang.org/x/crypto from 0.3.1-0.20221117191849-2c476679df9a to 0.17.0 by @​dependabot in cloudflare/circl#467 kyber: remove division...

dependencies
go

**Describe the bug** We have the Image Updater running on EKS clusters using IRSA to link them to an IAM role that grants it permissions to our ECR registry. In...

bug

**Describe the bug** Segmentation fault due to (semi-)recent commit. On release v0.12.2 argocd-image-updater functions properly. But the current version in the master branch segfaults. The commit to blame is most...

bug

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.8.1 to 5.11.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.11.0 What's Changed git: validate reference names (#929) by @​aymanbagabas in go-git/go-git#950 git: stop iterating at oldest shallow...

dependencies
go

I have an application with the fllowing 3 annotations:- argocd-image-updater.argoproj.io/image-list: {dockerhub-username}/{epository-name} argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/{secret-name-for-manifest-repo} argocd-image-updater.argoproj.io/git-branch: main When I push new image to dockerhub, argocd image updater on next cycle tries to...

I have an app that has multiple service images, but git writes back with only one image ``` app annotations: argocd-image-updater.argoproj.io/image-list: "stablecoin-mobile=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:stablecoin-mobile-poc4_main, stablecoin-manage=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:stablecoin-manage-poc4_main, business=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:udpn-sp-business_main ,chainsync=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:udpn-sp-chainsync_main,gateway=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:udpn-cbdc-gateway_main,manage=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:udpn-sp-manage_main,message=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:udpn-cbdc-message_main,rbac=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:udpn-cbdc-rbac_main,transaction=aa45454544.dkr.ecr.ap-southeast-1.amazonaws.com/poc3:udpn-sp-transaction_main" argocd-image-updater.argoproj.io/stablecoin-mobile.update-strategy: name argocd-image-updater.argoproj.io/stablecoin-mobile.allow-tags: regexp:^stablecoin-mobile-poc4_V argocd-image-updater.argoproj.io/stablecoin-mobile.kustomize.image-name:...

bug

**Is your feature request related to a problem? Please describe.** The image registry monitoring is a generic functionality required in multiple projects. I propose extracting this functionality into a separate...

enhancement