argo: add support for individual image tags. (#81)

This commit is contained in:
Tom Powell 2019-07-24 16:13:27 -04:00 committed by Alex Collins
parent c7b415b634
commit c9a426068e
3 changed files with 14 additions and 3 deletions

View file

@ -16,6 +16,9 @@ init:
createAggregateRoles: true
controller:
image:
# Overrides .images.tag if defined.
tag: ""
# podAnnotations is an optional map of annotations to be applied to the controller Pods
podAnnotations: {}
metricsConfig:
@ -54,10 +57,18 @@ controller:
# service type `LoadBalancer`
loadBalancerSourceRanges: []
executor:
image:
# Overrides .images.tag if defined.
tag: ""
ui:
enabled: true
# only show workflows where UI installed
forceNamespaceIsolation: false
image:
# Overrides .images.tag if defined.
tag: ""
# optional map of annotations to be applied to the ui Pods
podAnnotations: {}
name: ui