title Posit Helm Charts [](https://artifacthub.io/packages/search?repo=rstudio) [](https://github.com/rstudio/helm/blob/main/LICENSE) ## 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 ```