From 9d802e69346c19dff5fa2cb7b9fcc7a8e4d977dc Mon Sep 17 00:00:00 2001 From: Pablo Osinaga Date: Mon, 16 Dec 2019 21:53:31 +0100 Subject: [PATCH] feat: Update argo image to version v2.4.3 (#188) - Update argo chart container tag to v2.4.3 --- charts/argo/Chart.yaml | 4 ++-- charts/argo/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index e3d2f2dc..afc81e37 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "v2.4.2" +appVersion: "v2.4.3" description: A Helm chart for Argo Workflows name: argo -version: 0.6.3 +version: 0.6.4 icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index c4e77c2a..8ef57d6f 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -4,7 +4,7 @@ images: ui: argoui executor: argoexec pullPolicy: Always - tag: v2.4.2 + tag: v2.4.3 crdVersion: v1alpha1 installCRD: true