chore(argo-workflows): Enable to set different imagePullPolicy for mainContainer and executor (#1570)

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
Aikawa 2022-10-25 15:18:59 +09:00 committed by GitHub
parent 9d69923c93
commit 3a431395d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.20.3
version: 0.20.4
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -13,4 +13,4 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Changed]: Update ArgoWorkflows to v3.4.2"
- "[Changed]: Enable to set different imagePullPolicy for mainContainer and executor"