From 2067e83f52523fe58459048b853b536047f06b5d Mon Sep 17 00:00:00 2001 From: Dylan Decrulle Date: Wed, 6 Nov 2024 13:57:17 +0100 Subject: [PATCH] {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 } } }