feat: upgrade Argo to v2.7.6 (#296)
This commit is contained in:
parent
3baf6c81c7
commit
5add526d0c
3 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
appVersion: "v2.6.1"
|
||||
appVersion: "v2.7.6"
|
||||
description: A Helm chart for Argo Workflows
|
||||
name: argo
|
||||
version: 0.7.6
|
||||
version: 0.8.0
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
|
@ -31,6 +31,7 @@ spec:
|
|||
- name: argo-server
|
||||
args:
|
||||
- server
|
||||
- --configmap={{ .Release.Name }}-{{ .Values.controller.name }}-configmap
|
||||
{{- if .Values.server.extraArgs }}
|
||||
{{- toYaml .Values.server.extraArgs | nindent 10 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -4,7 +4,7 @@ images:
|
|||
server: argocli
|
||||
executor: argoexec
|
||||
pullPolicy: Always
|
||||
tag: v2.6.1
|
||||
tag: v2.7.6
|
||||
|
||||
crdVersion: v1alpha1
|
||||
installCRD: true
|
||||
|
|
Loading…
Reference in a new issue