Addresses review comment.
This commit is contained in:
parent
9b745dfb4f
commit
30ffb70240
3 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v1
|
||||
appVersion: v2.9.0
|
||||
appVersion: v2.8.0
|
||||
description: A Helm chart for Argo Workflows
|
||||
name: argo
|
||||
version: 0.9.7
|
||||
|
|
|
@ -68,6 +68,5 @@ data:
|
|||
workflowDefaults:
|
||||
{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }}
|
||||
{{- with .Values.server.sso }}
|
||||
server:
|
||||
sso: {{- toYaml . | nindent 8 }}
|
||||
sso: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -4,7 +4,7 @@ images:
|
|||
server: argocli
|
||||
executor: argoexec
|
||||
pullPolicy: Always
|
||||
tag: v2.9.0-rc2
|
||||
tag: v2.8.0
|
||||
|
||||
crdVersion: v1alpha1
|
||||
installCRD: true
|
||||
|
|
Loading…
Reference in a new issue