Skip to content
Merged
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:
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 @@ dependencies:
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 @@ annotations:
- 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
6 changes: 3 additions & 3 deletions 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 All @@ -24,11 +24,11 @@ To ensure a stable production deployment:

## Installing the chart

To install the chart with the release name `my-release` at version 0.10.6:
To install the chart with the release name `my-release` at version 0.10.7:

```{.bash}
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.6
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.7
```

To explore other chart versions, look at:
Expand Down