Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: ArgoCD apps in any namespace incompatibility #541

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading