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
|
|
@ -40,6 +40,10 @@ spec:
|
|||
imagePullPolicy: {{ default .Values.global.image.imagePullPolicy .Values.server.image.imagePullPolicy }}
|
||||
command:
|
||||
- argocd-server
|
||||
{{ if .Values.server.staticAssets.enabled }}
|
||||
- --staticassets
|
||||
- /shared/app
|
||||
{{ end }}
|
||||
- --repo-server
|
||||
- {{ template "argo-cd.repoServer.fullname" . }}:{{ .Values.repoServer.service.port }}
|
||||
{{- if .Values.dex.enabled }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue