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: ""