Skip to content

Commit 7727bbb

Browse files
authored
Merge branch 'main' into ml-update-helm-faq
2 parents a00ab73 + 290b410 commit 7727bbb

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

charts/rstudio-workbench/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rstudio-workbench
22
description: Official Helm chart for Posit Workbench
3-
version: 0.10.11
3+
version: 0.10.12
44
apiVersion: v2
55
appVersion: 2026.01.1
66
icon:

charts/rstudio-workbench/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 0.10.12
5+
6+
- Fix invalid JSON in default `positron-user-settings.json`
7+
48
## 0.10.11
59

610
- Add ability to set custom annotations on the Deployment resource via `deployment.annotations`

charts/rstudio-workbench/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Posit Workbench
22

3-
![Version: 0.10.11](https://img.shields.io/badge/Version-0.10.11-informational?style=flat-square) ![AppVersion: 2026.01.1](https://img.shields.io/badge/AppVersion-2026.01.1-informational?style=flat-square)
3+
![Version: 0.10.12](https://img.shields.io/badge/Version-0.10.12-informational?style=flat-square) ![AppVersion: 2026.01.1](https://img.shields.io/badge/AppVersion-2026.01.1-informational?style=flat-square)
44

55
#### _Official Helm chart for Posit Workbench_
66

@@ -24,11 +24,11 @@ To ensure a stable production deployment:
2424

2525
## Installing the chart
2626

27-
To install the chart with the release name `my-release` at version 0.10.11:
27+
To install the chart with the release name `my-release` at version 0.10.12:
2828

2929
```{.bash}
3030
helm repo add rstudio https://helm.rstudio.com
31-
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.11
31+
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.12
3232
```
3333

3434
To explore other chart versions, look at:

charts/rstudio-workbench/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ config:
589589
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
590590
"python.interpreters.exclude": [
591591
"/usr/bin",
592-
"/bin",
592+
"/bin"
593593
],
594594
"python.environmentProviders.enable": {
595595
"Conda": false

0 commit comments

Comments
 (0)