Sean Morton
Sean Morton
For those using [Applications in any namespace](https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace), the docs should mention that Image Updater is not compatible with any `Application` resources installed in namespaces other than `argocd`.
**Description:** Add timeout, retry, and write queue options to AMP remote write exporter as defined [here](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter#getting-started). Note that the timeout and retry settings are defined in the shared [Exporter Helper](https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterhelper/README.md)....
Great tool :) I noticed this while setting this up for one of my repos. Docs say the `on-failed-regex-fail-action` is defaulted to `true` but it is actually `false`: ``` #...