Skip to content

Commit 24cc500

Browse files
authored
Merge pull request #785 from rstudio/update-helm-wb-2026-01-1-403-pro11
Update Workbench Helm chart to version 2026.01.1+403.pro11
2 parents 400de4a + 0d60c6b commit 24cc500

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed
Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: rstudio-workbench
22
description: Official Helm chart for Posit Workbench
3-
version: 0.10.6
3+
version: 0.10.7
44
apiVersion: v2
5-
appVersion: 2026.01.0
6-
icon: https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg
5+
appVersion: 2026.01.1
6+
icon:
7+
https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg
78
home: https://www.rstudio.com
89
sources:
910
- https://github.com/rstudio/helm
@@ -18,9 +19,9 @@ dependencies:
1819
annotations:
1920
artifacthub.io/images: |
2021
- name: rstudio-workbench
21-
image: rstudio/rstudio-workbench:ubuntu2204-2026.01.0
22+
image: rstudio/rstudio-workbench:ubuntu2204-2026.01.1
2223
- name: r-session-complete
23-
image: rstudio/r-session-complete:ubuntu2204-2026.01.0
24+
image: rstudio/r-session-complete:ubuntu2204-2026.01.1
2425
artifacthub.io/license: MIT
2526
artifacthub.io/links: |
2627
- name: Docker Images
@@ -32,13 +33,13 @@ annotations:
3233
- name: About RStudio Team
3334
url: https://www.rstudio.com/products/team/
3435
keywords:
35-
- "data science"
36-
- "machine learning"
37-
- "r"
38-
- "rstats"
39-
- "python"
40-
- "ide"
41-
- "editor"
42-
- "jupyter"
43-
- "vscode"
44-
- "rstudio"
36+
- data science
37+
- machine learning
38+
- r
39+
- rstats
40+
- python
41+
- ide
42+
- editor
43+
- jupyter
44+
- vscode
45+
- rstudio

charts/rstudio-workbench/NEWS.md

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

3+
4+
## 0.10.7
5+
6+
- Bump Workbench version to 2026.01.1
7+
38
## 0.10.6
49

510
- Update chart icon to Posit icon

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.6](https://img.shields.io/badge/Version-0.10.6-informational?style=flat-square) ![AppVersion: 2026.01.0](https://img.shields.io/badge/AppVersion-2026.01.0-informational?style=flat-square)
3+
![Version: 0.10.7](https://img.shields.io/badge/Version-0.10.7-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.6:
27+
To install the chart with the release name `my-release` at version 0.10.7:
2828

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

3434
To explore other chart versions, look at:

0 commit comments

Comments
 (0)