Skip to content

Commit 3e50fa5

Browse files
skooNINarekmat
andauthored
Set preceding/succeeding pathType to range scope (#8)
* Set preceding/succeeding pathType to range scope Signed-off-by: Steven Koo <[email protected]> * change chart version * Update Chart.yaml --------- Signed-off-by: Steven Koo <[email protected]> Co-authored-by: Narekmat <[email protected]>
1 parent f169fdf commit 3e50fa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/kafka-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: kafka-ui
33
description: A Helm chart for kafka-UI
44
type: application
5-
version: 0.7.3
5+
version: 0.7.4
66
appVersion: v0.7.1
77
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png

charts/kafka-ui/templates/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
{{- if and ($.Capabilities.APIVersions.Has "networking.k8s.io/v1") $isHigher1p19 -}}
3636
{{- range .Values.ingress.precedingPaths }}
3737
- path: {{ .path }}
38-
pathType: {{ $.Values.ingress.pathType }}
38+
pathType: {{ .pathType }}
3939
backend:
4040
service:
4141
name: {{ .serviceName }}
@@ -58,7 +58,7 @@ spec:
5858
{{- end }}
5959
{{- range .Values.ingress.succeedingPaths }}
6060
- path: {{ .path }}
61-
pathType: {{ .Values.ingress.pathType }}
61+
pathType: {{ .pathType }}
6262
backend:
6363
service:
6464
name: {{ .serviceName }}

0 commit comments

Comments
 (0)