diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index e6d3549b..6e265fac 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 03fc798e..07028f41 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 8baef282..1e951e27 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 0a66acec..c80a0903 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 514985f8..2dd58b9e 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 204e74b1..dd91e943 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 62d87f10..ea7e719e 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 196735a4..e7992614 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 44c72726..68be3d5f 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 aa663378..bfa8b82a 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 303496dc..ed888bba 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 67a3f719..4f3bb62c 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 6cff23fc..7157d4da 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 d6f641b9..16879fdf 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 a31189df..c8364242 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 853c32de..6e330816 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 207a78a5..61a82e9d 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 b111ed64..ee67e4ea 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: