Skip to content

Latest commit

 

History

History

rstudio-library

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

rstudio-library

Version: 0.1.31 Type: library AppVersion: 0.1.31

Helm library helpers for use by official RStudio charts

For production

To ensure a stable production deployment:

  • "Pin" the version of the Helm chart that you are using. You can do this using the:

    • helm dependency command and the associated "Chart.lock" files or

    • the --version flag.

      ::: {.callout-important} This protects you from breaking changes. :::

  • Before upgrading check for breaking changes using helm-diff plugin and helm diff upgrade.

  • Read NEWS.md for updates on breaking changes and the documentation below on how to use the chart.

Usage

The rstudio-library chart cannot be installed

A "library" chart exists to provide helper functions for use by other helm charts.

The functions and helpers defined in the rstudio-library chart are utilized by the other RStudio Helm charts.

It cannot be used directly.

If you are curious about its usage, take a look at the other charts (i.e. rstudio-connect, etc.) and look for rstudio-library in the templates/ directory.


Autogenerated from chart metadata using helm-docs v1.13.1