Skip to content

Commit

Permalink
Add deprecation notice in the repo (#41)
Browse files Browse the repository at this point in the history
* Add deprecation notice in the repo

Signed-off-by: Leonardo Luz Almeida <[email protected]>

* minor

Signed-off-by: Leonardo Luz Almeida <[email protected]>

* minor

Signed-off-by: Leonardo Luz Almeida <[email protected]>

---------

Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz authored Nov 17, 2023
1 parent 40fcc74 commit 43d7a50
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Deprecation Notice

This repo is now deprecated and no further changes will be made. The
current alternative for installing Argo CD extensions is by defining
an init-container in the Argo CD API server using the
argocd-extension-installer image provided by the following repo:

* https://github.com/argoproj-labs/argocd-extension-installer

This is an example about how to use it:

* https://github.com/argoproj-labs/argocd-extension-metrics#install-ui-extension

# Argo CD Extensions

To enable Extensions for your Argo CD cluster will require just a single `kubectl apply`.
Expand Down Expand Up @@ -47,4 +60,4 @@ Store the YAML above into kustomization.yaml file and use the following command
```bash
kubectl create ns argocd && kustomize build . | kubectl apply -f - -n argocd
```
```

0 comments on commit 43d7a50

Please sign in to comment.