Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CRAN override from Connect chart value #417

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rstudio-connect/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rstudio-connect
description: Official Helm chart for RStudio Connect
version: 0.5.6
version: 0.5.7
apiVersion: v2
appVersion: 2023.09.0
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio-connect/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.7

- Remove `CRAN` as a default repository entry in `session.repos.conf`

# 0.5.6

- Bump Connect version to 2023.09.0
Expand Down
6 changes: 3 additions & 3 deletions charts/rstudio-connect/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RStudio Connect

![Version: 0.5.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square) ![AppVersion: 2023.09.0](https://img.shields.io/badge/AppVersion-2023.09.0-informational?style=flat-square)
![Version: 0.5.7](https://img.shields.io/badge/Version-0.5.7-informational?style=flat-square) ![AppVersion: 2023.09.0](https://img.shields.io/badge/AppVersion-2023.09.0-informational?style=flat-square)

#### _Official Helm chart for RStudio Connect_

Expand All @@ -26,11 +26,11 @@ To ensure reproducibility in your environment and insulate yourself from future

## Installing the Chart

To install the chart with the release name `my-release` at version 0.5.6:
To install the chart with the release name `my-release` at version 0.5.7:

```bash
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-connect --version=0.5.6
helm upgrade --install my-release rstudio/rstudio-connect --version=0.5.7
```

To explore other chart versions, take a look at:
Expand Down
4 changes: 1 addition & 3 deletions charts/rstudio-connect/ci/complex-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,8 @@ config:
Python:
Enabled: true
Executable: /opt/python/3.6.5/bin/python
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
'RPackageRepository "RSPM"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
URL: https://packagemanager.rstudio.com/cran/__linux__/jammy/latest
Server:
Address: http://localhost:3939
DataDir: /var/lib/rstudio-connect
Expand Down
4 changes: 1 addition & 3 deletions charts/rstudio-connect/ci/simple-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ config:
Python:
Enabled: true
Executable: /opt/python/3.6.5/bin/python
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
'RPackageRepository "RSPM"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
URL: https://packagemanager.rstudio.com/cran/__linux__/jammy/latest
Server:
Address: http://localhost:3939
DataDir: /var/lib/rstudio-connect
Expand Down
2 changes: 0 additions & 2 deletions charts/rstudio-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ config:
Listen: :3939
Authentication:
Provider: password
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/__linux__/jammy/latest
'RPackageRepository "RSPM"':
URL: https://packagemanager.rstudio.com/cran/__linux__/jammy/latest
Server:
Expand Down
1 change: 1 addition & 0 deletions charts/rstudio-workbench/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- Add `podDisruptionBudget` values
- Add `topologySpreadConstraints` values
- Start to utilize the `pod.securityContext` values for pod `securityContext` values
- Remove `CRAN` as a default repository entry in `session.repos.conf`

# 0.5.32

Expand Down
5 changes: 0 additions & 5 deletions examples/connect/beta-migration/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# @default -- [RStudio Connect Configuration Reference](https://docs.rstudio.com/connect/admin/appendix/configuration/)
config:

# Overrides the package URLs to use source packages which are required if the list
# of execution environments contains multiple OS distributions.
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/latest

# Overrides the package URLs to use source packages which are required if the list
# of execution environments contains multiple OS distributions.
'RPackageRepository "RSPM"':
Expand Down
5 changes: 0 additions & 5 deletions examples/connect/beta-migration/values-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# @default -- [RStudio Connect Configuration Reference](https://docs.rstudio.com/connect/admin/appendix/configuration/)
config:

# Overrides the package URLs to use source packages which are required if the list
# of execution environments contains multiple OS distributions.
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/latest

# Overrides the package URLs to use source packages which are required if the list
# of execution environments contains multiple OS distributions.
'RPackageRepository "RSPM"':
Expand Down
4 changes: 1 addition & 3 deletions examples/connect/standalone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ config:
Enabled: true
Executable:
- /opt/python/3.9.5/bin/python
'RPackageRepository "CRAN"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
'RPackageRepository "RSPM"':
URL: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
URL: https://packagemanager.rstudio.com/cran/__linux__/jammy/latest
Server:
DefaultContentListView: expanded
Loading