File tree Expand file tree Collapse file tree 3 files changed +24
-18
lines changed
Expand file tree Collapse file tree 3 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 11name : rstudio-workbench
22description : Official Helm chart for Posit Workbench
3- version : 0.10.6
3+ version : 0.10.7
44apiVersion : 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
78home : https://www.rstudio.com
89sources :
910 - https://github.com/rstudio/helm
@@ -18,9 +19,9 @@ dependencies:
1819annotations :
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/
3435keywords :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
3030helm 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
3434To explore other chart versions, look at:
You can’t perform that action at this time.
0 commit comments