feat: Update argo image to version v2.4.3 (#188)

- Update argo chart container tag to v2.4.3
This commit is contained in:
Pablo Osinaga 2019-12-16 21:53:31 +01:00 committed by Benjamin W. Smith
parent c1f6ed45f5
commit b1b2cf6640
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "v2.4.2" appVersion: "v2.4.3"
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
name: argo name: argo
version: 0.6.3 version: 0.6.4
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
maintainers: maintainers:

View file

@ -4,7 +4,7 @@ images:
ui: argoui ui: argoui
executor: argoexec executor: argoexec
pullPolicy: Always pullPolicy: Always
tag: v2.4.2 tag: v2.4.3
crdVersion: v1alpha1 crdVersion: v1alpha1
installCRD: true installCRD: true