- Update default RStudio Package Manager version to 2021.09.0-1
- Update
rstudio-library
dependency
- Update docs
- Breaking: Licensing configuration now uses a
license
section. For example,license: my-key
should be changed tolicense: key: my-key
- Added support for floating licenses and license files.
- Fix product config values to make our default container work
- Add
Launcher.ServerUser=root
andLauncher.AdminGroup=root
- Add
- Bump RSPM version to 1.2.2.1-17
- Use
appVersion
fromChart.yaml
and addversionOverride
- Add LICENSE.md for clarity
- Add ingress as an option
- Add annotations to deployment so that the pods roll when config changes
- Update Package Manager version to 1.2.2-4
- Update docs
- Change naming convention
- This fixes issues with namespacing
- However, it will damage backwards compatibility, particularly for PVCs if using
sharedStorage.create = true
- If you need to migrate data, set
replicas: 0
, upgrade, and then copy the data to the new PVC - Alternatively, you can set
fullnameOverride: "previous-release-name"
to force backwards compatibility - Finally, deployment selectors have changed, so you will need to delete the current deployment manually, then put back with
helm upgrade --install
- Use
helm diff upgrade
to ensure things are working as you expect before upgrading
- Fix quoting
- Add option for
podAnnotations
- Add
autoNodePort
parameter to allow auto-providing the node port
- Revert apiVersion back to v1 for working in helm2
- BREAKING: rename secret for managing AWS credentials
- Add a secret for managing the rstudio-pm.key
- Add a command and args configuration options
- Add secret for managing AWS credentials
- Initial pass!