Jann Fischer

Results 13 issues of Jann Fischer

# Apps in any Namespace ## Description This change enables Application resources to exist in any namespace allowed by configuration. The feature is *not* enabled by default, and has to...

This is a proposal to enable `Application` resources to exist outside the Argo CD control plane's namespace. Should be considered an alternative to #6405 Related issues: - https://github.com/argoproj/argo-cd/issues/3474 Signed-off-by: jannfis...

[FOSSA](https://fossa.com) provides a service to scan projects and its dependency chain for licensing issues. My proposal is to integrate automated licensing scanning for at least the major Argo projects (e.g....

The signature for the `resourcesFilter` function in the sync context is ```go resourcesFilter func(key kube.ResourceKey, target *unstructured.Unstructured, live *unstructured.Unstructured) bool ``` but it's called with `live` and `target` exchanged. This...

**Is your feature request related to a problem? Please describe.** We need to find a proper way how we can synchronize our changes back to Git. Currently, we leverage Argo...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, ArgoCD Image Updater only polls container registries for new tags at a given interval. Depending on the number of...

enhancement

**Is your feature request related to a problem? Please describe.** By default, Argo CD Image Updater ignores images specified in `image-list` but are not currently deployed with the Application. E.g....

enhancement

**Is your feature request related to a problem? Please describe.** Currently, Argo CD Image Updater is configured in two ways: * The images and applications to be updated are configured...

enhancement

### Is your task related to a problem? Please describe. Currently, we are using a lot of code in the unit tests for evaluating outcomes in our unit tests, such...

tech-dept

Proposal to introduce dynamic application parameters to Argo CD Signed-off-by: jannfis Note on DCO: If the DCO action in the integration test fails, one or more of your commits are...