From 4b4ba26c4c47a30b18793ad22d49d22d87dac5c1 Mon Sep 17 00:00:00 2001 From: Andrew Suderman Date: Wed, 26 Feb 2020 13:56:39 -0700 Subject: [PATCH] Pinnning back the UI since it doesn't have a matching version --- charts/argo/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index c8719de7..c51e2475 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -2,6 +2,7 @@ images: namespace: argoproj controller: workflow-controller ui: argoui + server: argocli executor: argoexec pullPolicy: Always tag: v2.5.2 @@ -107,7 +108,7 @@ ui: forceNamespaceIsolation: false image: # Overrides .images.tag if defined. - tag: "" + tag: "v2.4.2" # optional map of annotations to be applied to the ui Pods podAnnotations: {} # Optional labels to add to the UI pods