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
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.7.3
|
version: 0.8.0
|
||||||
appVersion: "v3.2.0"
|
appVersion: "v3.2.0"
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
|
@ -15,5 +15,4 @@ maintainers:
|
||||||
- name: benjaminws
|
- name: benjaminws
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Changed]: Bump appVersion to 3.2.0. Synced CRDs."
|
- "[Added]: Workflow Controller ConfigMap Executor ImagePullPolicy"
|
||||||
- "[Added]: WorkflowTaskSet CRD"
|
|
||||||
|
|
|
@ -29,6 +29,7 @@ data:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if or .Values.executor.resources .Values.executor.env .Values.executor.securityContext}}
|
{{- if or .Values.executor.resources .Values.executor.env .Values.executor.securityContext}}
|
||||||
executor:
|
executor:
|
||||||
|
imagePullPolicy: {{ .Values.images.pullPolicy }}
|
||||||
{{- with .Values.executor.resources }}
|
{{- with .Values.executor.resources }}
|
||||||
resources: {{- toYaml . | nindent 8 }}
|
resources: {{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue