File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 2.3.14
27+ version : 2.3.15
2828dependencies :
2929 - name : library-chart
30- version : 1.7.11
30+ version : 1.7.12
3131 repository : https://inseefrlab.github.io/helm-charts-interactive-services
Original file line number Diff line number Diff line change @@ -195,6 +195,10 @@ ingress:
195195 # kubernetes.io/tls-acme: "true"
196196 hostname : chart-example.local
197197 userHostname : chart-example-user.local
198+ sparkHostname : chart-example-spark.local
199+ path : /
200+ userPath : /
201+ sparkPath : /
198202 # - secretName: chart-example-tls
199203 # hosts:
200204 # - chart-example.local
@@ -209,6 +213,7 @@ route:
209213 # route.openshift.io/termination: "reencrypt"
210214 hostname : chart-example.local
211215 userHostname : chart-example-user.local
216+ sparkHostname : chart-example-spark.local
212217 tls :
213218 termination : edge
214219 # key:
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 2.3.16
25+ version : 2.3.17
2626dependencies :
2727 - name : library-chart
28- version : 1.7.11
28+ version : 1.7.12
2929 repository : https://inseefrlab.github.io/helm-charts-interactive-services
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ ingress:
164164 # kubernetes.io/tls-acme: "true"
165165 hostname : chart-example.local
166166 userHostname : chart-example-user.local
167+ path : /
168+ userPath : /
167169 # - secretName: chart-example-tls
168170 # hosts:
169171 # - chart-example.local
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ type: application
2323# This is the chart version. This version number should be incremented each time you make changes
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
26- version : 2.3.9
26+ version : 2.3.10
2727dependencies :
2828 - name : library-chart
29- version : 1.7.11
29+ version : 1.7.12
3030 repository : https://inseefrlab.github.io/helm-charts-interactive-services
Original file line number Diff line number Diff line change @@ -172,6 +172,10 @@ ingress:
172172 # kubernetes.io/tls-acme: "true"
173173 hostname : chart-example.local
174174 userHostname : chart-example-user.local
175+ sparkHostname : chart-example-spark.local
176+ path : /
177+ userPath : /
178+ sparkPath : /
175179 # - secretName: chart-example-tls
176180 # hosts:
177181 # - chart-example.local
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 2.3.10
25+ version : 2.3.11
2626dependencies :
2727 - name : library-chart
28- version : 1.7.11
28+ version : 1.7.12
2929 repository : https://inseefrlab.github.io/helm-charts-interactive-services
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ ingress:
138138 # kubernetes.io/tls-acme: "true"
139139 hostname : chart-example.local
140140 userHostname : chart-example-user.local
141+ path : /
142+ userPath : /
141143 # - secretName: chart-example-tls
142144 # hosts:
143145 # - chart-example.local
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 2.3.14
27+ version : 2.3.15
2828dependencies :
2929 - name : library-chart
30- version : 1.7.11
30+ version : 1.7.12
3131 repository : https://inseefrlab.github.io/helm-charts-interactive-services
Original file line number Diff line number Diff line change @@ -195,6 +195,10 @@ ingress:
195195 # kubernetes.io/tls-acme: "true"
196196 hostname : chart-example.local
197197 userHostname : chart-example-user.local
198+ sparkHostname : chart-example-spark.local
199+ path : /
200+ userPath : /
201+ sparkPath : /
198202 # - secretName: chart-example-tls
199203 # hosts:
200204 # - chart-example.local
You can’t perform that action at this time.
0 commit comments