We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7a29b commit e04a38aCopy full SHA for e04a38a
charts/kafka/Chart.yaml
@@ -3,7 +3,7 @@ name: kafka
3
description: Helm chart for Apache Kafka.
4
type: application
5
6
-version: 13.0.5
+version: 13.0.6
7
appVersion: v3.4.0
8
9
maintainers:
charts/kafka/values.yaml
@@ -217,7 +217,7 @@ ui:
217
annotations: {}
218
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,192.168.0.0/16
219
hosts:
220
- - host: kafka-ui-3c3b.dev.myrightone.com
+ - host: kafka-ui.example.com
221
tls: []
222
# - secretName: kafka-example-tls
223
# hosts:
0 commit comments