Browse Source

[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>
Bob Du 2 years ago
parent
commit
5d80b38371
2 changed files with 2 additions and 2 deletions
  1. 1 1
      charts/kafka-ui/Chart.yaml
  2. 1 1
      charts/kafka-ui/values.yaml

+ 1 - 1
charts/kafka-ui/Chart.yaml

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

+ 1 - 1
charts/kafka-ui/values.yaml

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