argo: add support for individual image tags. (#81)
This commit is contained in:
parent
c7b415b634
commit
c9a426068e
3 changed files with 14 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue