Skip to content

Commit

Permalink
bumpo workbench to 2023.09.0 and adjust load balancing config accordi…
Browse files Browse the repository at this point in the history
…ngly
  • Loading branch information
melissa-barca committed Sep 28, 2023
1 parent 9020280 commit afc2645
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/rstudio-workbench/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: rstudio-workbench
description: Official Helm chart for RStudio Workbench
version: 0.6.7
version: 0.6.8
apiVersion: v2
appVersion: 2023.06.1
appVersion: 2023.09.0
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
home: https://www.rstudio.com
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio-workbench/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.8

- Bump Workbench version to 2023.09.0

# 0.6.7

- Add native session support for `pip.conf`
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 @@
# RStudio Workbench

![Version: 0.6.7](https://img.shields.io/badge/Version-0.6.7-informational?style=flat-square) ![AppVersion: 2023.06.1](https://img.shields.io/badge/AppVersion-2023.06.1-informational?style=flat-square)
![Version: 0.6.8](https://img.shields.io/badge/Version-0.6.8-informational?style=flat-square) ![AppVersion: 2023.06.1](https://img.shields.io/badge/AppVersion-2023.06.1-informational?style=flat-square)

#### _Official Helm chart for RStudio Workbench_

Expand All @@ -27,11 +27,11 @@ To ensure a stable production deployment, please:

## Installing the Chart

To install the chart with the release name `my-release` at version 0.6.7:
To install the chart with the release name `my-release` at version 0.6.8:

```bash
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.6.7
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.6.8
```

To explore other chart versions, take a look at:
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/prestart-workbench.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main() {
if [[ -n "$RSW_LOAD_BALANCING" ]]; then
_logf "Enabling load-balancing by making sure that the /mnt/load-balancer/rstudio/load-balancer file exists"
mkdir -p /mnt/load-balancer/rstudio/
echo -e "balancer=sessions\nwww-host-name=$(hostname -i)" > /mnt/load-balancer/rstudio/load-balancer
echo -e "delete-node-on-exit=1\nwww-host-name=$(hostname -i)" > /mnt/load-balancer/rstudio/load-balancer
fi

_logf 'Preparing dirs'
Expand Down

0 comments on commit afc2645

Please sign in to comment.