Merge branch 'master' into argo-cd-with-redis-ha

This commit is contained in:
Carlos Juan Gómez Peñalver 2020-04-07 08:23:35 +01:00
commit 8d19874c35
3 changed files with 7 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v2.6.1"
description: A Helm chart for Argo Workflows
name: argo
version: 0.7.2
version: 0.7.3
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:

View file

@ -31,6 +31,9 @@ spec:
- name: argo-server
args:
- server
{{- if .Values.server.extraArgs }}
{{- toYaml .Values.server.extraArgs | nindent 10 }}
{{- end }}
image: "{{ .Values.images.namespace }}/{{ .Values.images.server }}:{{ default .Values.images.tag .Values.server.image.tag }}"
imagePullPolicy: {{ .Values.images.pullPolicy }}
{{- if .Values.server.podPortName }}

View file

@ -143,6 +143,9 @@ server:
tolerations: []
affinity: {}
# Extra arguments to provide to the Argo server binary.
extraArgs: []
## Ingress configuration.
## ref: https://kubernetes.io/docs/user-guide/ingress/
##