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-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/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/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-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 } } } 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/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/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-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/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 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 } } }