chore!: Remove deprecated argocd-applicationset and argocd-notifications (#1237)

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2022-04-22 12:28:56 +02:00 committed by GitHub
parent 93274f59ae
commit 39bd0e1b30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 2 additions and 8751 deletions

View file

@ -119,16 +119,6 @@ argocd app create guestbook --dest-namespace default --dest-server https://kuber
argocd app sync guestbook
```
## Testing Argo CD Notification Changes
Thorough testing of argocd-notifications would require one or more notification services (Slack, OpsGenie, etc), however
minimal testing mostly consists of successful Helm chart installation and the argocd-notifications controller having
access to the `Application` resources in the same namespace that Argo CD is installed.
```
helm install argocd-notifications charts/argocd-notifications --namespace argocd
```
## New Application Versions
When raising application versions ensure you make the following changes: