diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index d8aa3d27..eeca51eb 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,9 +24,9 @@ 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.1.5 +version: 2.1.6 dependencies: - name: library-chart - version: 1.5.26 + version: 1.5.27 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 48e5aca1..7c818301 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -691,6 +691,14 @@ "hidden": true, "overwriteDefaultWith": "k8s.certManagerClusterIssuer" } + }, + "useTlsSecret":{ + "type": "boolean", + "description": "Whether you want to use the specified secretName in ingress tls", + "default": false, + "x-onyxia": { + "hidden": true + } } } }, diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 1efa25e9..12f4d90f 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -180,6 +180,7 @@ ingress: # - chart-example.local useCertManager: false certManagerClusterIssuer: "" + useTlsSecret: false route: enabled: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index b89cfba8..8f7bafc7 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -22,9 +22,9 @@ 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.1.5 +version: 2.1.6 dependencies: - name: library-chart - version: 1.5.26 + version: 1.5.27 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 a580775c..cbb205f5 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -662,7 +662,15 @@ "hidden": true, "overwriteDefaultWith": "k8s.certManagerClusterIssuer" } - } + }, + "useTlsSecret":{ + "type": "boolean", + "description": "Whether you want to use the specified secretName in ingress tls", + "default": false, + "x-onyxia": { + "hidden": true + } + } } }, "route": { diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index 84824014..e0eff885 100644 --- a/charts/jupyter-python/values.yaml +++ b/charts/jupyter-python/values.yaml @@ -149,6 +149,7 @@ ingress: # - chart-example.local useCertManager: false certManagerClusterIssuer: "" + useTlsSecret: false route: enabled: false diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 8e3f0feb..7eeb3870 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.1.3 +version: 2.1.4 dependencies: - name: library-chart - version: 1.5.26 + version: 1.5.27 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 27498bb3..b69e4cff 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -637,7 +637,15 @@ "hidden": true, "overwriteDefaultWith": "k8s.certManagerClusterIssuer" } - } + }, + "useTlsSecret":{ + "type": "boolean", + "description": "Whether you want to use the specified secretName in ingress tls", + "default": false, + "x-onyxia": { + "hidden": true + } + } } }, "route": { diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index f0d1541e..69234f69 100644 --- a/charts/rstudio-sparkr/values.yaml +++ b/charts/rstudio-sparkr/values.yaml @@ -167,6 +167,7 @@ ingress: # - chart-example.local useCertManager: false certManagerClusterIssuer: "" + useTlsSecret: false route: enabled: false diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index c6e24a4e..aa2358ed 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.1.2 +version: 2.1.3 dependencies: - name: library-chart - version: 1.5.26 + version: 1.5.27 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index dd5ee7a4..7ca621fe 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -611,7 +611,15 @@ "hidden": true, "overwriteDefaultWith": "k8s.certManagerClusterIssuer" } - } + }, + "useTlsSecret":{ + "type": "boolean", + "description": "Whether you want to use the specified secretName in ingress tls", + "default": false, + "x-onyxia": { + "hidden": true + } + } } }, "route": { diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 93ed9e22..f58763e6 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -125,6 +125,7 @@ ingress: # - chart-example.local useCertManager: false certManagerClusterIssuer: "" + useTlsSecret: false route: enabled: false diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 7bf1b4c2..2975df80 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,9 +24,9 @@ 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.1.6 +version: 2.1.7 dependencies: - name: library-chart - version: 1.5.26 + version: 1.5.27 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 11740b2d..0a21cc70 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -674,6 +674,14 @@ "hidden": true, "overwriteDefaultWith": "k8s.certManagerClusterIssuer" } + }, + "useTlsSecret":{ + "type": "boolean", + "description": "Whether you want to use the specified secretName in ingress tls", + "default": false, + "x-onyxia": { + "hidden": true + } } } }, diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 83ccafe2..328f232b 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -180,6 +180,7 @@ ingress: # - chart-example.local useCertManager: false certManagerClusterIssuer: "" + useTlsSecret: false route: enabled: false diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 86c3def8..8fbc8ab0 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,9 +22,9 @@ 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.1.6 +version: 2.1.7 dependencies: - name: library-chart - version: 1.5.26 + version: 1.5.27 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 f5d55784..65d9c57b 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -671,6 +671,14 @@ "hidden": true, "overwriteDefaultWith": "k8s.certManagerClusterIssuer" } + }, + "useTlsSecret":{ + "type": "boolean", + "description": "Whether you want to use the specified secretName in ingress tls", + "default": false, + "x-onyxia": { + "hidden": true + } } } }, diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index a41c15c4..95a2ea39 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -144,6 +144,7 @@ ingress: # - chart-example.local useCertManager: false certManagerClusterIssuer: "" + useTlsSecret: false route: