diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index d3c9dabf..b2d7073c 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,8 +24,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.14 +version: 2.3.15 dependencies: - name: library-chart - version: 1.7.11 + version: 1.7.12 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index b8850759..8ccf4a88 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -195,6 +195,10 @@ ingress: # kubernetes.io/tls-acme: "true" hostname: chart-example.local userHostname: chart-example-user.local + sparkHostname: chart-example-spark.local + path: / + userPath: / + sparkPath: / # - secretName: chart-example-tls # hosts: # - chart-example.local @@ -209,6 +213,7 @@ route: # route.openshift.io/termination: "reencrypt" hostname: chart-example.local userHostname: chart-example-user.local + sparkHostname: chart-example-spark.local tls: termination: edge # key: diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 296a8cd0..bdac994f 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -22,8 +22,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.16 +version: 2.3.17 dependencies: - name: library-chart - version: 1.7.11 + version: 1.7.12 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index ebb26089..05a31ad0 100644 --- a/charts/jupyter-python/values.yaml +++ b/charts/jupyter-python/values.yaml @@ -164,6 +164,8 @@ ingress: # kubernetes.io/tls-acme: "true" hostname: chart-example.local userHostname: chart-example-user.local + path: / + userPath: / # - secretName: chart-example-tls # hosts: # - chart-example.local diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 520ca529..a418c2fb 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,8 +23,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.9 +version: 2.3.10 dependencies: - name: library-chart - version: 1.7.11 + version: 1.7.12 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index 99bf60f9..68a83b0f 100644 --- a/charts/rstudio-sparkr/values.yaml +++ b/charts/rstudio-sparkr/values.yaml @@ -172,6 +172,10 @@ ingress: # kubernetes.io/tls-acme: "true" hostname: chart-example.local userHostname: chart-example-user.local + sparkHostname: chart-example-spark.local + path: / + userPath: / + sparkPath: / # - secretName: chart-example-tls # hosts: # - chart-example.local diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 44f23149..205ac441 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -22,8 +22,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.10 +version: 2.3.11 dependencies: - name: library-chart - version: 1.7.11 + version: 1.7.12 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 174d57df..49aaaa03 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -138,6 +138,8 @@ ingress: # kubernetes.io/tls-acme: "true" hostname: chart-example.local userHostname: chart-example-user.local + path: / + userPath: / # - secretName: chart-example-tls # hosts: # - chart-example.local diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 159b42a1..49ace794 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,8 +24,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.14 +version: 2.3.15 dependencies: - name: library-chart - version: 1.7.11 + version: 1.7.12 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 62be0c34..04aea018 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -195,6 +195,10 @@ ingress: # kubernetes.io/tls-acme: "true" hostname: chart-example.local userHostname: chart-example-user.local + sparkHostname: chart-example-spark.local + path: / + userPath: / + sparkPath: / # - secretName: chart-example-tls # hosts: # - chart-example.local diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 7caec00b..9204dfa5 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,8 +22,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.16 +version: 2.3.17 dependencies: - name: library-chart - version: 1.7.11 + version: 1.7.12 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index fdffcbd3..eb6b64c0 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -164,6 +164,8 @@ ingress: # kubernetes.io/tls-acme: "true" hostname: chart-example.local userHostname: chart-example-user.local + path: / + userPath: / # - secretName: chart-example-tls # hosts: # - chart-example.local