From 8e6add4693652f78ccb3ccaab9ec019dc9372810 Mon Sep 17 00:00:00 2001 From: inesh Date: Wed, 4 Jun 2025 11:48:12 +0000 Subject: [PATCH] [All] Allow custom Tls secret name --- charts/jupyter-pyspark/Chart.yaml | 4 ++-- charts/jupyter-pyspark/values.schema.json | 7 +++++++ charts/jupyter-pyspark/values.yaml | 1 + charts/jupyter-python/Chart.yaml | 4 ++-- charts/jupyter-python/values.schema.json | 7 +++++++ charts/jupyter-python/values.yaml | 1 + charts/rstudio-sparkr/Chart.yaml | 4 ++-- charts/rstudio-sparkr/values.schema.json | 7 +++++++ charts/rstudio-sparkr/values.yaml | 1 + charts/rstudio/Chart.yaml | 4 ++-- charts/rstudio/values.schema.json | 7 +++++++ charts/rstudio/values.yaml | 1 + charts/vscode-pyspark/Chart.yaml | 4 ++-- charts/vscode-pyspark/values.schema.json | 7 +++++++ charts/vscode-pyspark/values.yaml | 1 + charts/vscode-python/Chart.yaml | 4 ++-- charts/vscode-python/values.schema.json | 7 +++++++ charts/vscode-python/values.yaml | 1 + 18 files changed, 60 insertions(+), 12 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index e6d3549bd..6e265fac3 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.7 +version: 2.3.8 dependencies: - name: library-chart - version: 1.7.3 + version: 1.7.4 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 03fc798ef..07028f41a 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -825,6 +825,13 @@ "x-onyxia": { "hidden": true } + }, + "tlsSecretName":{ + "type": "string", + "default": "", + "x-onyxia": { + "hiddent": true + } } } }, diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 8baef282e..1e951e276 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -197,6 +197,7 @@ ingress: useCertManager: false certManagerClusterIssuer: "" useTlsSecret: false + tlsSecretName: "" route: enabled: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 0a66aceca..c80a09037 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.8 +version: 2.3.9 dependencies: - name: library-chart - version: 1.7.3 + version: 1.7.4 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index 514985f87..2dd58b9e2 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -769,6 +769,13 @@ "x-onyxia": { "hidden": true } + }, + "tlsSecretName":{ + "type": "string", + "default": "", + "x-onyxia": { + "hiddent": true + } } } }, diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index 204e74b11..dd91e9430 100644 --- a/charts/jupyter-python/values.yaml +++ b/charts/jupyter-python/values.yaml @@ -166,6 +166,7 @@ ingress: useCertManager: false certManagerClusterIssuer: "" useTlsSecret: false + tlsSecretName: "" route: enabled: false diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 62d87f107..ea7e719e3 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.4 +version: 2.3.5 dependencies: - name: library-chart - version: 1.7.3 + version: 1.7.4 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index 196735a40..e7992614a 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -783,6 +783,13 @@ "x-onyxia": { "hidden": true } + }, + "tlsSecretName":{ + "type": "string", + "default": "", + "x-onyxia": { + "hiddent": true + } } } }, diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index 44c72726a..68be3d5fe 100644 --- a/charts/rstudio-sparkr/values.yaml +++ b/charts/rstudio-sparkr/values.yaml @@ -174,6 +174,7 @@ ingress: useCertManager: false certManagerClusterIssuer: "" useTlsSecret: false + tlsSecretName: "" route: enabled: false diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index aa6633784..bfa8b82a2 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.4 +version: 2.3.5 dependencies: - name: library-chart - version: 1.7.3 + version: 1.7.4 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 303496dcc..ed888bba7 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -738,6 +738,13 @@ "x-onyxia": { "hidden": true } + }, + "tlsSecretName":{ + "type": "string", + "default": "", + "x-onyxia": { + "hiddent": true + } } } }, diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 67a3f719c..4f3bb62c3 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -138,6 +138,7 @@ ingress: useCertManager: false certManagerClusterIssuer: "" useTlsSecret: false + tlsSecretName: "" route: enabled: false diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 6cff23fc9..7157d4da3 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.7 +version: 2.3.8 dependencies: - name: library-chart - version: 1.7.3 + version: 1.7.4 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index d6f641b95..16879fdfc 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -808,6 +808,13 @@ "x-onyxia": { "hidden": true } + }, + "tlsSecretName":{ + "type": "string", + "default": "", + "x-onyxia": { + "hiddent": true + } } } }, diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index a31189df1..c83642429 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -197,6 +197,7 @@ ingress: useCertManager: false certManagerClusterIssuer: "" useTlsSecret: false + tlsSecretName: "" route: enabled: false diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 853c32de2..6e330816e 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.8 +version: 2.3.9 dependencies: - name: library-chart - version: 1.7.3 + version: 1.7.4 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index 207a78a57..61a82e9d5 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -778,6 +778,13 @@ "x-onyxia": { "hidden": true } + }, + "tlsSecretName":{ + "type": "string", + "default": "", + "x-onyxia": { + "hiddent": true + } } } }, diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index b111ed64f..ee67e4ea4 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -166,6 +166,7 @@ ingress: useCertManager: false certManagerClusterIssuer: "" useTlsSecret: false + tlsSecretName: "" route: