argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
Hi folks, I'd like to propose that argocd-image-updater to be integrated/merged into argoCD main as an integrated feature (like how [argocd-notifications](https://github.com/argoproj-labs/argocd-notifications) used to a separate project and now has been...
Hi! There is a proposal to implement continuous deployment at the higher logical level than updating images: watch for a new helm chart versions and perform update (and included images...
**Describe the bug** Using GIT write back together with Helm Chart from Helm Chart repository in repoURL isn't supported, because the ArgoCD image-updater tries to resolve the URL under `spec.source.repoURL`...
same problem like here https://github.com/argoproj-labs/argocd-image-updater/issues/294 and here https://github.com/argoproj-labs/argocd-image-updater/issues/458 I have only one single app in ArgoCD and image updater recognise it like Directory level=warning msg="skipping app 'XXXXX-backend' of type 'Directory'...
If `pushBranch` is designated like `:target_branch`, image updater continues to emit error messages like below after pushing a branch initially. ``` time="2022-03-29T11:03:47Z" level=error msg="Could not update application spec: could not...
**Describe the bug** When creating a docker-registry secret for DockerHub, the default URL is: `https://index.docker.io/v1/` if no `--docker-server` flag is passed. However, `argocd-image-updater` uses `https://registry-1.docker.io` as the default. **To Reproduce**...
**Describe the bug** I have image updater running as a deployment in argocd kubernetes namespace. I am having problem getting the image updater to connect to AWS ECR, when in...
The Updater sees that there is a newer tag and seems to understand it needs to do a thing, says its doing a thing, but nothing changes. I don't see...
**Describe the bug** When a `kustomize`d image has the default registry prefix explicitly set in the base the image updater will remove the prefix when it updates the `kustomization.yaml` file:...
Images are not updated. The log from argocd-image-updater pod is: ``` time="2022-07-14T04:36:21Z" level=warning msg="skipping app 'my-app' of type 'Directory' because it's not of supported source type" application=my-app ``` I'm using...