Jann Fischer

Results 216 comments of Jann Fischer

For Argo CD, we have an initiative to produce new, more user-focused and accurate documentation: https://github.com/argoproj/argo-cd/issues/5635 Preview version on RTD: https://argo-cd.readthedocs.io/en/refresh-docs/ Far from being content-complete, but any suggestions or feedback...

Hey, happy to support this from the Argo CD side :+1:

Hi @m-yosefpor, what write-back strategy do you use?

Hey, `tagsortmode` was introduced for special cases where the registry may not provide the metadata required to determine the build date of a tag, and when set, uses the order...

Hi, I agree that manual installation of the image updater is quite bumpy and requires some effort on the user's side. Using Kustomize makes it a little better, but I...

We don't publish to Docker Hub anymore. You can get the image from `quay.io/argoprojlabs/argocd-image-updater`

We currently only support basic auth for registries. There is some demand to also provide support for token based auth (e.g. through `Authorization: bearer` header or cookies), but support for...

From a semver perspective, 1.20.0 and 1.20 are the same versions, but I agree, the result for such situations should be stable and predictable. As a workaround, you probably want...

The `allow-tags` is usually not required in a `semver` context, because the allowed versions are specified using semver constraint in the `image-list` annotation. In the `semver` strategy, we ignore any...

Hey @LS80, sorry for picking this up so late. The main reason is probably that I'm not much of a Helm user myself, and my knowledge about Helm parameter names...