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:
Davide Madrisan 2021-12-15 11:02:47 +01:00 committed by GitHub
parent 7e5e8d9268
commit acfc59863c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"