Skip to content

Commit

Permalink
fix(rstudio): correct default version
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 18, 2023
1 parent dfe0448 commit 919980d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.13.0
version: 1.13.1

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-rstudio:r4.2.3"
"default": "inseefrlab/onyxia-rstudio:r4.3.1"
},
"custom" : {
"description": "use a custom RStudio docker image",
Expand All @@ -46,7 +46,7 @@
"version": {
"description": "RStudio unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-rstudio:r4.2.3",
"default": "inseefrlab/onyxia-rstudio:r4.3.1",
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
"hidden": {
"value": false,
Expand Down

0 comments on commit 919980d

Please sign in to comment.