feat(argo-cd): Upgrade argo-cd image to 2.1.1 (#903)
* reenable static assets for argo-cd server Signed-off-by: Geisler, James D <geislerjamesd@gmail.com> * add fix to changelog Signed-off-by: Geisler, James D <geislerjamesd@gmail.com> * feat(argo-cd): Upgrade argo-cd image to 2.1.1 Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Bump chart version Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Bump fix version Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: Geisler, James D <geislerjamesd@gmail.com>
This commit is contained in:
parent
e099ab38b4
commit
1b7d63fde9
3 changed files with 13 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ kubeVersionOverride: ""
|
|||
global:
|
||||
image:
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v2.1.0
|
||||
tag: v2.1.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
## Annotations applied to all pods
|
||||
podAnnotations: {}
|
||||
|
|
@ -462,6 +462,10 @@ server:
|
|||
extraArgs: []
|
||||
# - --insecure
|
||||
|
||||
# This flag is used to either remove or pass the CLI flag --staticassets /shared/app to the argocd-server app
|
||||
staticAssets:
|
||||
enabled: true
|
||||
|
||||
## Environment variables to pass to argocd-server
|
||||
##
|
||||
env: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue