From 985f44c1957f5fac25c29a68bf5372b44c1b25e1 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle Date: Wed, 6 Nov 2024 13:53:31 +0100 Subject: [PATCH 1/3] add minimum port to 1024 --- charts/jupyter-pyspark/values.schema.json | 3 ++- charts/jupyter-python/values.schema.json | 3 ++- charts/rstudio/values.schema.json | 3 ++- charts/vscode-pyspark/values.schema.json | 3 ++- charts/vscode-python/values.schema.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index b9b1778e..ec8afd56 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -562,7 +562,8 @@ "value": false, "path": "networking/user/enabled" }, - "default": 5000 + "default": 5000, + "minimum": 1024 } } } diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index 8930b068..d5cb20e8 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -515,7 +515,8 @@ "value": false, "path": "networking/user/enabled" }, - "default": 5000 + "default": 5000, + "minimum": 1024 } } } diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 2b9de146..d148a623 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -515,7 +515,8 @@ "value": false, "path": "networking/user/enabled" }, - "default": 5000 + "default": 5000, + "minimum": 1024 } } } diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index f438a5e6..741ac037 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -546,7 +546,8 @@ "value": false, "path": "networking/user/enabled" }, - "default": 5000 + "default": 5000, + "minimum": 1024 } } } diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index c6f196cb..cc749b05 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -551,7 +551,8 @@ "value": false, "path": "networking/user/enabled" }, - "default": 5000 + "default": 5000, + "minimum": 1024 } } } From 7251cf77f2c7e8bfc4fae15bcfee3088515468d6 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle Date: Wed, 6 Nov 2024 13:55:48 +0100 Subject: [PATCH 2/3] bump charts --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-python/Chart.yaml | 2 +- charts/rstudio/Chart.yaml | 2 +- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-python/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 4cdc31e1..d20d63bf 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.14 +version: 2.1.15 dependencies: - name: library-chart diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 0dbe5b4f..859c14bb 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.13 +version: 2.1.14 dependencies: - name: library-chart diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 397266e4..c06c9b09 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.10 +version: 2.1.11 dependencies: - name: library-chart version: 1.5.30 diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index e5ac3171..66a9ef9d 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.15 +version: 2.1.16 dependencies: - name: library-chart diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 3712c33d..e40c735a 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.14 +version: 2.1.15 dependencies: - name: library-chart From 2067e83f52523fe58459048b853b536047f06b5d Mon Sep 17 00:00:00 2001 From: Dylan Decrulle Date: Wed, 6 Nov 2024 13:57:17 +0100 Subject: [PATCH 3/3] {rstudio-sparkr]: port and chart bump --- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/values.schema.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 07292ae6..b249f7bd 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.12 +version: 2.1.13 dependencies: - name: library-chart version: 1.5.30 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index 8d1f1277..8f08d257 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -520,7 +520,8 @@ "value": false, "path": "networking/user/enabled" }, - "default": 5000 + "default": 5000, + "minimum": 1024 } } }