Fix image registry (#1251)
With the current image settings the container image cannot be found. Fix the image registry and repository values.
This commit is contained in:
parent
7e5e8d9268
commit
acfc59863c
2 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,6 @@ apiVersion: v2
|
|||
name: kafka-ui
|
||||
description: A Helm chart for kafka-UI
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
appVersion: latest
|
||||
icon: https://github.com/provectus/kafka-ui/raw/master/images/kafka-ui-logo.png
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
replicaCount: 1
|
||||
|
||||
image:
|
||||
registry: provectuslabs
|
||||
repository: kafka-ui
|
||||
registry: docker.io
|
||||
repository: provectuslabs/kafka-ui
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "latest"
|
||||
|
|
Loading…
Add table
Reference in a new issue