fix(argo-cd): Deprecate the static assets flag passed to argocd-server (#846)

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Signed-off-by: thomascjohnson <thomascjohnson@gmail.com>
This commit is contained in:
Aditya Menon 2021-07-27 13:07:07 +02:00 committed by thomascjohnson
parent 6aae0cd75c
commit 06ed0cda03

View file

@ -21,4 +21,9 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
<<<<<<< HEAD
- "[Changed]: Set server.staticAssets.enabled=true since Argo CD 2.0.5 still needs it"
=======
- "[Added]: Support AWS ALB Ingress with gRPC"
- "[Deprecated]: Deprecate static assets flag passed to argocd-server"
>>>>>>> fix(argo-cd): Deprecate the static assets flag passed to argocd-server (#846)