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:
parent
6aae0cd75c
commit
06ed0cda03
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue