feat(argo-workflows): Add Executor image pull policy (#981)

Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>
This commit is contained in:
Paul Ayling 2021-10-19 16:34:58 +01:00 committed by GitHub
parent 85f3039265
commit 7ce743b266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.7.3
version: 0.8.0
appVersion: "v3.2.0"
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
@ -15,5 +15,4 @@ maintainers:
- name: benjaminws
annotations:
artifacthub.io/changes: |
- "[Changed]: Bump appVersion to 3.2.0. Synced CRDs."
- "[Added]: WorkflowTaskSet CRD"
- "[Added]: Workflow Controller ConfigMap Executor ImagePullPolicy"

View file

@ -29,6 +29,7 @@ data:
{{- end }}
{{- if or .Values.executor.resources .Values.executor.env .Values.executor.securityContext}}
executor:
imagePullPolicy: {{ .Values.images.pullPolicy }}
{{- with .Values.executor.resources }}
resources: {{- toYaml . | nindent 8 }}
{{- end }}