Skip to content

Commit

Permalink
update rstudio-server to r version 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirikal committed Sep 2, 2024
1 parent 438b0ce commit 82aa3b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions repos/testing/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v1
description: RStudio is an integrated development environment (IDE) for R
name: rstudio
maintainers:
- name: Uninett AS
email: system@uninett.no
- name: Sigma2 AS
email: contact@sigma2.no
home: https://www.rstudio.com/products/RStudio/
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-flat.svg
version: 0.4.0
version: 0.4.1
keywords:
- R web IDE
4 changes: 2 additions & 2 deletions repos/testing/rstudio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ browser.
------

### Advanced
This application uses the following Dockerfile:
This application uses the following Dockerfile:

- [RStudio](https://github.com/UNINETTSigma2/helm-charts-dockerfiles/blob/ecce41f70eaa010ed80a304c48188bb22c1950a0/rstudio/server/Dockerfile)
- [RStudio](https://github.com/UNINETTSigma2/helm-charts-dockerfiles/tree/29be889/rstudio/server/Dockerfile)
4 changes: 2 additions & 2 deletions repos/testing/rstudio/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties:
dockerImage:
type: string
examples:
- sigma2as/rstudio-server:20240312-ecce41f
- sigma2as/rstudio-server:20240830-c3436d5
appstore_generated_data:
type: object
properties:
Expand All @@ -21,7 +21,7 @@ properties:
contact_email:
type: string
examples:
- example@uninett.no
- example@sigma2.no
dataporten:
type: object
properties:
Expand Down
4 changes: 2 additions & 2 deletions repos/testing/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ persistentStorage:
readOnly: false
appstore_generated_data:
appstore_meta_data:
contact_email: "example@uninett.no"
contact_email: "example@sigma2.no"
dataporten:
scopes:
- ""
Expand All @@ -40,7 +40,7 @@ appstore_generated_data:
authorized_principals: []
advanced:
debug: false
dockerImage: sigma2as/rstudio-server:20240312-ecce41f
dockerImage: sigma2as/rstudio-server:20240830-c3436d5
proxyImage: sigma2as/rstudio-proxy:20231117-eca0b21
authGroupProviders:
- url: "https://groups-api.dataporten.no/groups/me/groups"
Expand Down

0 comments on commit 82aa3b2

Please sign in to comment.