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
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rstudio-workbench
description: Official Helm chart for Posit Workbench
version: 0.10.9
version: 0.10.10
apiVersion: v2
appVersion: 2026.01.1
icon:
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio-workbench/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## 0.10.10

- Fix IPv6 address handling in `prestart-launcher.bash` to properly bracket IPv6 `KUBERNETES_SERVICE_HOST` addresses

## 0.10.9

- Add missing NEWS.md entry for 0.10.8
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.9](https://img.shields.io/badge/Version-0.10.9-informational?style=flat-square) ![AppVersion: 2026.01.1](https://img.shields.io/badge/AppVersion-2026.01.1-informational?style=flat-square)
![Version: 0.10.10](https://img.shields.io/badge/Version-0.10.10-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.9:
To install the chart with the release name `my-release` at version 0.10.10:

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

To explore other chart versions, look at:
Expand Down
6 changes: 5 additions & 1 deletion charts/rstudio-workbench/prestart-launcher.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ main() {
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
6 changes: 5 additions & 1 deletion charts/rstudio-workbench/snapshot/default.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
6 changes: 5 additions & 1 deletion charts/rstudio-workbench/snapshot/empty-values.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
6 changes: 5 additions & 1 deletion charts/rstudio-workbench/snapshot/simple-values.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,11 @@ data:
local dyn_dir='/mnt/dynamic/rstudio'

local cacert='/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
local k8s_url="https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}"
local host="${KUBERNETES_SERVICE_HOST}"
if [[ "${host}" == *:* ]]; then
host="[${host}]"
fi
local k8s_url="https://${host}:${KUBERNETES_SERVICE_PORT}"

_logf 'Loading service account token'
local sa_token
Expand Down
Loading