feat(argo-workflows): Add Executor image pull policy (#981)
Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>
This commit is contained in:
parent
85f3039265
commit
7ce743b266
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue