Skip to content

Commit

Permalink
Update rstudio-launcher-rbac to latest rstudio-library
Browse files Browse the repository at this point in the history
  • Loading branch information
tnederlof committed Oct 24, 2023
1 parent 0bb613f commit db4ceb5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/rstudio-launcher-rbac/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: rstudio-library
repository: file://../rstudio-library
version: 0.1.26
digest: sha256:a44e6522d87fad58a52c147c0f46684f14934b392df1a9fd195e284b978ec378
generated: "2023-07-21T12:24:53.177096-04:00"
version: 0.1.27
digest: sha256:623d9c7ae9b9501578e55f4dd041a934cc67546c2a5608678d88ac538b2cef00
generated: "2023-10-24T10:18:58.864999-04:00"
6 changes: 3 additions & 3 deletions charts/rstudio-launcher-rbac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: rstudio-launcher-rbac
description: RBAC definition for the RStudio Job Launcher
type: application
version: 0.2.17
appVersion: 0.2.17
version: 0.2.18
appVersion: 0.2.18
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
sources:
- https://github.com/rstudio/helm
Expand All @@ -13,7 +13,7 @@ maintainers:
url: https://github.com/sol-eng
dependencies:
- name: rstudio-library
version: 0.1.26
version: 0.1.27
repository: file://../rstudio-library
keywords:
- "data science"
Expand Down
5 changes: 5 additions & 0 deletions charts/rstudio-launcher-rbac/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.18

- Bump rstudio-library to `0.1.27`
- Fix an issue with `mountPath` and `subPath` when `license.file.mountSubPath` is `true`

# 0.2.17

- Update `rstudio-library` chart dependency
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio-launcher-rbac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To ensure a stable production deployment, please:

## Installing the Chart

To install the chart with the release name `my-release` at version 0.2.17:
To install the chart with the release name `my-release` at version 0.2.18:

```bash
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-launcher-rbac --version=0.2.17
helm upgrade --install my-release rstudio/rstudio-launcher-rbac --version=0.2.18
```

To explore other chart versions, take a look at:
Expand Down

0 comments on commit db4ceb5

Please sign in to comment.