Breaking Change For exportarr Chart
This version implements a breaking change to the structure of the exportarr values.
You will have to update your chart values to ensure things continue to work properly. It is recommended to use a custom-values.yaml
file for your configuration.
Start Chart Version | Target Chart Version | Description |
---|---|---|
1.X.X
| 2.0.0
| This version is a breaking change. The data structure under exportarr.apps.{{ radarr/sonarr/etc }} have been changed to an array instead of object type. This flexibility allows you to list numerous instances of each *arr application (i.e. radarr1 , radarr2 , sonarr1 , and so on), allowing you to consolidate multiple chart installations and configurations into one.In addition, exportarr.testCurlImage has been renamed to exportarr.testImage
|
Highlights
Implements multi-instance support for exportarr, allowing you to specify multiple radarr, sonarr, etc. instances in a list format - adding flexibility to install/configure many instances with one chart: #82