Skip to content

Commit

Permalink
merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
markrtucker committed Apr 2, 2024
1 parent 15f9940 commit 7d1073f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/rstudio-pm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rstudio-pm
description: Official Helm chart for RStudio Package Manager
version: 0.5.21
version: 0.5.22
apiVersion: v2
appVersion: 2023.12.0
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
Expand Down
10 changes: 3 additions & 7 deletions charts/rstudio-pm/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<<<<<<< HEAD
# 0.5.21
# Changelog

- Add documentation on running the Chronicle Agent on version 2024.03.0 as a sidecar container
## 0.5.22

# 0.5.20
=======
# Changelog
- Add documentation on running the Chronicle Agent on version 2024.03.0 as a sidecar container

## 0.5.21

- Updates to support standalone documentation site

## 0.5.20
>>>>>>> origin/main

- Removed`config.Server.RVersion` from the values.yaml. This does not need to be configured, R version auto-detection will be used ([#473](https://github.com/rstudio/helm/issues/473)).

Expand Down
6 changes: 3 additions & 3 deletions charts/rstudio-pm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Posit Package Manager

![Version: 0.5.21](https://img.shields.io/badge/Version-0.5.21-informational?style=flat-square) ![AppVersion: 2023.12.0](https://img.shields.io/badge/AppVersion-2023.12.0-informational?style=flat-square)
![Version: 0.5.22](https://img.shields.io/badge/Version-0.5.22-informational?style=flat-square) ![AppVersion: 2023.12.0](https://img.shields.io/badge/AppVersion-2023.12.0-informational?style=flat-square)

#### _Official Helm chart for RStudio Package Manager_

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

## Installing the Chart

To install the chart with the release name `my-release` at version 0.5.21:
To install the chart with the release name `my-release` at version 0.5.22:

```bash
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-pm --version=0.5.21
helm upgrade --install my-release rstudio/rstudio-pm --version=0.5.22
```

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

0 comments on commit 7d1073f

Please sign in to comment.