Skip to content
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
31 changes: 16 additions & 15 deletions charts/rstudio-workbench/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: rstudio-workbench
description: Official Helm chart for Posit Workbench
version: 0.10.6
version: 0.10.7
apiVersion: v2
appVersion: 2026.01.0
icon: https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg
appVersion: 2026.01.1
icon:

Check failure on line 6 in charts/rstudio-workbench/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint

6:6 [trailing-spaces] trailing spaces

Check failure on line 6 in charts/rstudio-workbench/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint

6:6 [trailing-spaces] trailing spaces
https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg
home: https://www.rstudio.com
sources:
- https://github.com/rstudio/helm
Expand All @@ -18,9 +19,9 @@
annotations:
artifacthub.io/images: |
- name: rstudio-workbench
image: rstudio/rstudio-workbench:ubuntu2204-2026.01.0
image: rstudio/rstudio-workbench:ubuntu2204-2026.01.1
- name: r-session-complete
image: rstudio/r-session-complete:ubuntu2204-2026.01.0
image: rstudio/r-session-complete:ubuntu2204-2026.01.1
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Docker Images
Expand All @@ -32,13 +33,13 @@
- name: About RStudio Team
url: https://www.rstudio.com/products/team/
keywords:
- "data science"
- "machine learning"
- "r"
- "rstats"
- "python"
- "ide"
- "editor"
- "jupyter"
- "vscode"
- "rstudio"
- data science
- machine learning
- r
- rstats
- python
- ide
- editor
- jupyter
- vscode
- rstudio
5 changes: 5 additions & 0 deletions charts/rstudio-workbench/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


## 0.10.7

- Bump Workbench version to 2026.01.1

## 0.10.6

- Update chart icon to Posit icon
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Posit Workbench

![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)
![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)

#### _Official Helm chart for Posit Workbench_

Expand Down
Loading