Skip to content

Commit

Permalink
docs: add warning about apps in any namespace support
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Morton <seanmorton@hey.com>
  • Loading branch information
seanmorton committed Jun 26, 2024
1 parent fc1999f commit 77146fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/configuration/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ 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.)
namespace.

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 77146fe

Please sign in to comment.