Skip to content

Commit

Permalink
Revert "Update rstudio-connect ci Python and R paths"
Browse files Browse the repository at this point in the history
This reverts commit ac6c501.

Update helm-docs and README.md

Update rbac yaml
  • Loading branch information
ianpittwood committed Aug 1, 2023
1 parent bfd4a53 commit 7bc8448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/rstudio-connect/ci/complex-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ config:
Provider: password
Python:
Enabled: true
Executable: /opt/python/default/bin/python
Executable: /opt/python/3.6.5/bin/python
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
'RPackageRepository "RSPM"':
Expand All @@ -147,4 +147,4 @@ config:
DataDir: /var/lib/rstudio-connect
RVersionScanning: false
RVersion:
- /opt/R/default
- /opt/R/3.6.2
4 changes: 2 additions & 2 deletions charts/rstudio-connect/ci/simple-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config:
Provider: password
Python:
Enabled: true
Executable: /opt/python/default/bin/python
Executable: /opt/python/3.6.5/bin/python
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
'RPackageRepository "RSPM"':
Expand All @@ -23,4 +23,4 @@ config:
DataDir: /var/lib/rstudio-connect
RVersionScanning: false
RVersion:
- /opt/R/default
- /opt/R/3.6.2

0 comments on commit 7bc8448

Please sign in to comment.