Pinnning back the UI since it doesn't have a matching version
This commit is contained in:
parent
6fc0c2dbed
commit
4b4ba26c4c
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ images:
|
||||||
namespace: argoproj
|
namespace: argoproj
|
||||||
controller: workflow-controller
|
controller: workflow-controller
|
||||||
ui: argoui
|
ui: argoui
|
||||||
|
server: argocli
|
||||||
executor: argoexec
|
executor: argoexec
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: v2.5.2
|
tag: v2.5.2
|
||||||
|
@ -107,7 +108,7 @@ ui:
|
||||||
forceNamespaceIsolation: false
|
forceNamespaceIsolation: false
|
||||||
image:
|
image:
|
||||||
# Overrides .images.tag if defined.
|
# Overrides .images.tag if defined.
|
||||||
tag: ""
|
tag: "v2.4.2"
|
||||||
# optional map of annotations to be applied to the ui Pods
|
# optional map of annotations to be applied to the ui Pods
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
# Optional labels to add to the UI pods
|
# Optional labels to add to the UI pods
|
||||||
|
|
Loading…
Reference in a new issue