From d20715c4fa83687a70bf7f63a9b4ad82b58f99b0 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Tue, 17 Sep 2024 14:26:37 +0000 Subject: [PATCH] fix proxy in values.schema.json --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.schema.json | 2 +- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/values.schema.json | 2 +- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/values.schema.json | 2 +- charts/rstudio/Chart.yaml | 2 +- charts/rstudio/values.schema.json | 2 +- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.schema.json | 2 +- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/values.schema.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 2a7a2957..3993931f 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,7 +24,7 @@ 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.0 +version: 2.1.1 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 1550f13d..21e67bc9 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -785,7 +785,7 @@ "enabled": { "type": "boolean", "description": "Inject proxy settings", - "default": "false" + "default": false }, "httpProxy": { "type": "string", diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index a142a00e..31e7d5d9 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -22,7 +22,7 @@ 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.0 +version: 2.1.1 dependencies: - name: library-chart diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index f798ea20..9cfcdab3 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -797,7 +797,7 @@ "enabled": { "type": "boolean", "description": "Inject proxy settings", - "default": "false" + "default": false }, "httpProxy": { "type": "string", diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index e1db5297..5fed4f70 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,7 +23,7 @@ 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.0 +version: 2.1.1 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index c45c1f08..27498bb3 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -717,7 +717,7 @@ "enabled": { "type": "boolean", "description": "Inject proxy settings", - "default": "false" + "default": false }, "httpProxy": { "type": "string", diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 84d6c2b8..c6ea735e 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -22,7 +22,7 @@ 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.0 +version: 2.1.1 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 40cfa7b7..dd5ee7a4 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -746,7 +746,7 @@ "enabled": { "type": "boolean", "description": "Inject proxy settings", - "default": "false" + "default": false }, "httpProxy": { "type": "string", diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 54245e42..53e22656 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,7 +24,7 @@ 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.0 +version: 2.1.1 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 62e97d95..0cd48495 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -754,7 +754,7 @@ "enabled": { "type": "boolean", "description": "Inject proxy settings", - "default": "false" + "default": false }, "httpProxy": { "type": "string", diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 9e112bc2..1561ffea 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,7 +22,7 @@ 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.0 +version: 2.1.1 dependencies: - name: library-chart diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index 1941dd94..06c54f5e 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -806,7 +806,7 @@ "enabled": { "type": "boolean", "description": "Inject proxy settings", - "default": "false" + "default": false }, "httpProxy": { "type": "string",