[helm] fix default ingress path value (#2673)

* fix: helm value default ingress path

Signed-off-by: BobDu <i@bobdu.cc>

* Update Chart.yaml

Signed-off-by: BobDu <i@bobdu.cc>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
This commit is contained in:
Bob Du 2022-11-04 01:12:59 +08:00 committed by GitHub
parent 337f6f165e
commit 5d80b38371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@ apiVersion: v2
name: kafka-ui name: kafka-ui
description: A Helm chart for kafka-UI description: A Helm chart for kafka-UI
type: application type: application
version: 0.4.4 version: 0.4.5
appVersion: v0.4.0 appVersion: v0.4.0
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png

View file

@ -100,7 +100,7 @@ ingress:
ingressClassName: "" ingressClassName: ""
# The path for the Ingress # The path for the Ingress
path: "" path: "/"
# The hostname for the Ingress # The hostname for the Ingress
host: "" host: ""