diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml index 789021fb..a7f0cf2e 100644 --- a/charts/kafka-ui/Chart.yaml +++ b/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.7.3 +version: 0.7.4 appVersion: v0.7.1 icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png diff --git a/charts/kafka-ui/templates/ingress.yaml b/charts/kafka-ui/templates/ingress.yaml index b8c629fd..24ac0857 100644 --- a/charts/kafka-ui/templates/ingress.yaml +++ b/charts/kafka-ui/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- if and ($.Capabilities.APIVersions.Has "networking.k8s.io/v1") $isHigher1p19 -}} {{- range .Values.ingress.precedingPaths }} - path: {{ .path }} - pathType: {{ $.Values.ingress.pathType }} + pathType: {{ .pathType }} backend: service: name: {{ .serviceName }} @@ -58,7 +58,7 @@ spec: {{- end }} {{- range .Values.ingress.succeedingPaths }} - path: {{ .path }} - pathType: {{ .Values.ingress.pathType }} + pathType: {{ .pathType }} backend: service: name: {{ .serviceName }}