Skip to content

Commit 42edcd2

Browse files
authored
Fix pathType in ingress-ui (#55)
* Fix pathType in ingress-ui * Bump chart version to 0.1.11
1 parent e83baa6 commit 42edcd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/studio/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.10
18+
version: 0.1.11
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/studio/templates/ingress-ui.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
http:
3838
paths:
3939
- path: /
40-
{{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }}
40+
{{- if semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion }}
4141
pathType: ImplementationSpecific
4242
{{- end }}
4343
backend:

0 commit comments

Comments
 (0)