From ca0b2dc91d0989e661ed211acace9135f894c1c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 19:53:57 +0000 Subject: [PATCH 1/3] Update Helm release library-chart to v1.7.12 --- charts/jupyter-pyspark/Chart.yaml | 4 ++-- charts/jupyter-python/Chart.yaml | 4 ++-- charts/rstudio-sparkr/Chart.yaml | 4 ++-- charts/rstudio/Chart.yaml | 4 ++-- charts/vscode-pyspark/Chart.yaml | 4 ++-- charts/vscode-python/Chart.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) 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-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/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/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/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-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 From e5ab8099b94f571586453067179363930c3f4ece Mon Sep 17 00:00:00 2001 From: inesh Date: Thu, 24 Jul 2025 09:35:41 +0000 Subject: [PATCH 2/3] [All] update library chart and add values for path type override --- charts/jupyter-pyspark/values.yaml | 5 +++++ charts/jupyter-python/values.yaml | 2 ++ charts/rstudio-sparkr/values.yaml | 4 ++++ charts/rstudio/values.yaml | 2 ++ charts/vscode-pyspark/values.yaml | 4 ++++ charts/vscode-python/values.yaml | 2 ++ 6 files changed, 19 insertions(+) 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/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/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/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/values.yaml b/charts/vscode-pyspark/values.yaml index 62be0c34..269c2906 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/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 From 07699130ab7ae7c0b5875c6d55f3932e45dc1fd1 Mon Sep 17 00:00:00 2001 From: inesh Date: Thu, 24 Jul 2025 09:42:20 +0000 Subject: [PATCH 3/3] pre-commit modifications --- charts/vscode-pyspark/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 269c2906..04aea018 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -198,7 +198,7 @@ ingress: sparkHostname: chart-example-spark.local path: / userPath: / - sparkPath: / + sparkPath: / # - secretName: chart-example-tls # hosts: # - chart-example.local