Skip to content

Commit

Permalink
Documentation: ArgoCD apps in any namespace incompatibility (argoproj…
Browse files Browse the repository at this point in the history
…-labs#541)

Signed-off-by: Sean Morton <[email protected]>
  • Loading branch information
seanmorton authored and sribiere-jellysmack committed Aug 13, 2024
1 parent 9d6626e commit 36b181b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ only resources of kind `application.argoproj.io`, that is, your Argo CD
`Application` resources. Annotations on other kinds of resources will have no
effect and will not be considered.

!!!warning
Argo CD Image Updater is not currently compatible with the
[Argo CD Applications in any namespace](https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace/)
feature. All `Application` resources must be declared in Argo CD control plane's namespace (which is usually argocd.)

As explained earlier, your Argo CD applications must be of either `Kustomize`
or `Helm` type. Other types of applications will be ignored.

Expand Down
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ that are managed by
Argo CD Image Updater is under active development.

You are welcome to test it out on non-critical environments, and of
course to
course to
[contribute](./contributing/start.md) by many means.

There will be (probably a lot of) breaking changes from release to
release as development progresses until version 1.0. We will do our
best to indicate any breaking change and how to un-break it in the
respective
[release notes](https://github.com/argoproj-labs/argocd-image-updater/releases)
[release notes](https://github.com/argoproj-labs/argocd-image-updater/releases).

Argo CD Image Updater is not currently compatible with
[Argo CD Applications in any namespace](https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace/).


## Overview

Expand Down

0 comments on commit 36b181b

Please sign in to comment.