feat: upgrade Argo to v2.7.0

This commit is contained in:
Sébastien Prud'homme 2020-04-02 10:55:57 +02:00
parent f89527b21b
commit 58bfd9cd78
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -30,6 +30,7 @@ spec:
containers: containers:
- name: argo-server - name: argo-server
args: args:
- --configmap={{ .Release.Name }}-{{ .Values.controller.name }}-configmap
- server - server
{{- if .Values.server.extraArgs }} {{- if .Values.server.extraArgs }}
{{- toYaml .Values.server.extraArgs | nindent 10 }} {{- toYaml .Values.server.extraArgs | nindent 10 }}

View file

@ -4,7 +4,7 @@ images:
server: argocli server: argocli
executor: argoexec executor: argoexec
pullPolicy: Always pullPolicy: Always
tag: v2.6.1 tag: v2.7.0
crdVersion: v1alpha1 crdVersion: v1alpha1
installCRD: true installCRD: true