From 664829aa2472973ef2c5acdacf8507b88e35cd44 Mon Sep 17 00:00:00 2001 From: geoL86 <41780517+geoL86@users.noreply.github.com> Date: Tue, 10 Mar 2020 16:41:23 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Added=20possibility=20to=20override=20B?= =?UTF-8?q?ASE=5FHREF=20env=20variable=E2=80=A6=20(#216)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/argo/Chart.yaml | 2 +- charts/argo/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index c775de92..3f55e716 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v2.6.1" description: A Helm chart for Argo Workflows name: argo -version: 0.7.0 +version: 0.7.1 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 4efc3983..4823e925 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -104,6 +104,8 @@ server: enabled: true # only show workflows where UI installed forceNamespaceIsolation: false + # UI BASE_HREF env variable + baseHref: / image: # Overrides .images.tag if defined. tag: ""