To ensure a stable production deployment:
-
"Pin" the version of the Helm chart that you are using. You can do this using the:
-
helm dependencycommand and the associated "Chart.lock" files or -
the
--versionflag.::: {.callout-important} This protects you from breaking changes. :::
-
-
Before upgrading check for breaking changes using
helm-diffplugin andhelm diff upgrade. -
Read
NEWS.mdfor updates on breaking changes and the documentation below on how to use the chart.
The
rstudio-librarychart 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