Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.1 KB

File metadata and controls

34 lines (23 loc) · 1.1 KB
title Posit Helm Charts
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/rstudio)](https://artifacthub.io/packages/search?repo=rstudio) [![GitHub license](https://img.shields.io/github/license/rstudio/helm.svg)](https://github.com/rstudio/helm/blob/main/LICENSE) :::{.callout-important title="Breaking changes in chart version 0.20.0"} - Default images moved from `rstudio/` and `ghcr.io/rstudio/` to `posit/` on [Docker Hub](https://hub.docker.com/u/posit) and `ghcr.io/posit-dev/` on [GitHub Container Registry (GHCR)](https://github.com/orgs/posit-dev/packages). - The default tag format changed from `{tagPrefix}{appVersion}` to `{appVersion}-{os}`. See the [image migration guide](docs/migrating-to-posit-images.qmd) for details. ::: ## Usage 1. Install [Helm](https://helm.sh). Please refer to the [Helm documentation](https://helm.sh/docs/) for more information on getting started. 2. Add the Posit Helm repository: ```{.bash} helm repo add rstudio https://helm.rstudio.com ``` 3. View charts: ```{.bash} helm search repo rstudio ```