chore(argo-cd): Update Argo CD extensions to v0.2.1 (#1770)

Signed-off-by: Victor Login <batazor@evrone.com>

Signed-off-by: Victor Login <batazor@evrone.com>
This commit is contained in:
Victor Login 2023-01-18 19:00:59 +06:00 committed by GitHub
parent 0d57f6ec17
commit f3888bc996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -639,7 +639,7 @@ NAME: my-release
| server.extensions.enabled | bool | `false` | Enable support for Argo UI extensions |
| server.extensions.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for extensions |
| server.extensions.image.repository | string | `"ghcr.io/argoproj-labs/argocd-extensions"` | Repository to use for extensions image |
| server.extensions.image.tag | string | `"v0.1.0"` | Tag to use for extensions image |
| server.extensions.image.tag | string | `"v0.2.1"` | Tag to use for extensions image |
| server.extensions.resources | object | `{}` | Resource limits and requests for the argocd-extensions container |
| server.extraArgs | list | `[]` | Additional command line arguments to pass to Argo CD server |
| server.extraContainers | list | `[]` | Additional containers to be added to the server pod |