fix(argo-cd): Remove ArgoCD repo server entrypoint script from command block and drop --staticassets field (#886)

This commit is contained in:
Aditya Menon 2021-08-23 14:13:41 +02:00 committed by GitHub
parent 11ec82596b
commit 9b6802b3c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 14 deletions

View file

@ -34,6 +34,10 @@ Changes in the `CustomResourceDefinition` resources shall be fixed easily by cop
## Upgrading
### 3.13.0
This release removes the flag `--staticassets` from argocd server as it has been dropped upstream. If this flag needs to be enabled e.g for older releases of ArgoCD, it can be passed via the `extraArgs` field
### 3.10.2
ArgoCD has recently deprecated the flag `--staticassets` and from chart version `3.10.2` has been disabled by default