diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 882d5d72..64e79da8 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -15,5 +15,5 @@ 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: 0.2.9 +version: 0.2.10 diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index dea20b9b..080708ec 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -10,7 +10,7 @@ "description": "r version", "type": "string", "enum": ["3.6.3", "4.0.1"], - "default": "4.0.1" + "default": "3.6.3" } } },