diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index c84a4037..882d5d72 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.8 +version: 0.2.9 diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 9e3490ee..dea20b9b 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -9,8 +9,8 @@ "version": { "description": "r version", "type": "string", - "enum": ["3.6.3", "4.0.3"], - "default": "3.6.3" + "enum": ["3.6.3", "4.0.1"], + "default": "4.0.1" } } },