Skip to content

Commit c17b7f6

Browse files
committed
Rename positron init container image to posit/ namespace
1 parent ba83acf commit c17b7f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/rstudio-workbench/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@ Use of [Sealed secrets](https://github.com/bitnami-labs/sealed-secrets) disables
601601
| chronicleAgent.workbenchApiKey.value | string | `""` | Workbench API key as a raw string to set as the `CHRONICLE_WORKBENCH_APIKEY` environment variable (not recommended) |
602602
| chronicleAgent.workbenchApiKey.valueFrom | object | `{}` | Workbench API key as a `valueFrom` reference (ex. a Kubernetes Secret reference) to set as the `CHRONICLE_WORKBENCH_APIKEY` environment variable (recommended) |
603603
| command | list | `[]` | command is the pod container's run command. By default, it uses the container's default. However, the chart expects a container using `supervisord` for startup |
604-
| components | object | `{"enabled":true,"positron":{"image":{"repository":"rstudio/workbench-positron-init","tag":""},"version":""},"sessionInit":{"image":{"repository":"posit/workbench-session-init","tag":""}}}` | Session component delivery via init containers. When enabled (default), the chart configures rserver.conf so the launcher injects init containers into session pods at startup. Set `enabled: false` and change `session.image.repository` to `rstudio/r-session-complete` to use the classic all-in-one session image instead. |
604+
| components | object | `{"enabled":true,"positron":{"image":{"repository":"posit/workbench-positron-init","tag":""},"version":""},"sessionInit":{"image":{"repository":"posit/workbench-session-init","tag":""}}}` | Session component delivery via init containers. When enabled (default), the chart configures rserver.conf so the launcher injects init containers into session pods at startup. Set `enabled: false` and change `session.image.repository` to `rstudio/r-session-complete` to use the classic all-in-one session image instead. |
605605
| components.enabled | bool | `true` | Enable session component delivery via init containers. When false, no init containers are configured and session.image must be a self-contained image like r-session-complete. |
606-
| components.positron.image.repository | string | `"rstudio/workbench-positron-init"` | The image repository for the Positron init container |
606+
| components.positron.image.repository | string | `"posit/workbench-positron-init"` | The image repository for the Positron init container |
607607
| components.positron.image.tag | string | `""` | A tag override for the Positron init container image. Defaults to the positron version |
608608
| components.positron.version | string | `""` | A Positron version to enable the Positron init container for session pods. When set, configures rserver.conf with the Positron init container settings and attaches a Positron init container to the Workbench server pod. |
609609
| components.sessionInit.image.repository | string | `"posit/workbench-session-init"` | The repository for the session init container image |

charts/rstudio-workbench/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ components:
5353
version: ""
5454
image:
5555
# -- The image repository for the Positron init container
56-
repository: "rstudio/workbench-positron-init"
56+
repository: "posit/workbench-positron-init"
5757
# -- A tag override for the Positron init container image. Defaults to the positron version
5858
tag: ""
5959

0 commit comments

Comments
 (0)