Skip to content

Commit d52cb28

Browse files
[All] Update library-chart to v1.7.12 and add values for path type override
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: inesh <ines.hiverlet@insee.fr>
1 parent a4ef0f2 commit d52cb28

12 files changed

Lines changed: 31 additions & 12 deletions

File tree

charts/jupyter-pyspark/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
dependencies:
2929
- name: library-chart
30-
version: 1.7.11
30+
version: 1.7.12
3131
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/jupyter-pyspark/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

charts/jupyter-python/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2626
dependencies:
2727
- name: library-chart
28-
version: 1.7.11
28+
version: 1.7.12
2929
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/jupyter-python/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

charts/rstudio-sparkr/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2727
dependencies:
2828
- name: library-chart
29-
version: 1.7.11
29+
version: 1.7.12
3030
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/rstudio-sparkr/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

charts/rstudio/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2626
dependencies:
2727
- name: library-chart
28-
version: 1.7.11
28+
version: 1.7.12
2929
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/rstudio/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

charts/vscode-pyspark/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
dependencies:
2929
- name: library-chart
30-
version: 1.7.11
30+
version: 1.7.12
3131
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/vscode-pyspark/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)