Configure additional currency via env
Allows to enable additional currencies to use with dynamic exchange rate providers without source code modifications. Compatability of user-provided additional currencies with dynamic exchange rate providers is not checked by the system.
Breaking changes: Users who previously used hardcoded TRY and CAD currencies are advised to make a modification to values.yaml before update:
shkeeper:
extraEnv:
EXTRA_CURRENCIES: "TRY,CAD"
Full Changelog: v2.5.11...v2.5.12