Jann Fischer

Results 216 comments of Jann Fischer

Hi! Thanks so much for your PR and sorry for responding so late! I have just merged #636 - Is there something in your PR that has not been covered...

Hi @sadovnikov, I couldn't reproduce this issue, but maybe I did the wrong steps to reproduce it. I did the following: * I created a repo containing a single `application.yaml`...

Re-opening this as people reporting issue again.

I think we do cache the repository secrets (like we do with the `argocd-secret`), but don't setup watches for the cache updates. This effectively never updates the credentials we initially...

> Is this a regression or did this never work It's dependent on how you define regression in this case :) The previous way of configuring the repositories, e.g. adding...

Creating Kubernetes resources (i.e. a Job or Pod) is way out of scope for Image Updater, imho, especially since you can basically run it without having access to Kubernetes at...

Hey, sorry, this project is not dead. It is just sleeping a little currently. As @saryeHaddadi and @NickLarsenNZ correctly mentioned, we are about to merge the code into Argo CD,...

Hm. You could have your application definition residing in a dedicated definition modeling the [app of apps patterns](https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/#app-of-apps) with auto-sync disabled on the parent. Then you could cascade-delete the application...