add image registry param to values.yaml in kafka-ui chart (#1249)
This commit is contained in:
parent
6e198167dc
commit
344d9768d7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: provectuslabs/kafka-ui
|
||||
registry: provectuslabs
|
||||
repository: kafka-ui
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "latest"
|
||||
|
|
Loading…
Add table
Reference in a new issue