Files
truecharts/charts/stable/navidrome
Aetylus 0c96fded8a fix(navidrome): Update Scanner.Schedule configuration option for Navidrome >=v0.55.0 (#35274)
As documented in their v0.55.0 release here
https://github.com/navidrome/navidrome/releases/tag/v0.55.0

**Description**
Navidrome v0.55.0 changed the configuration option from `ScanSchedule`
to `Scanner.Schedule`, which also affects the corresponding environment
variables of `ND_SCANSCHEDULE` to `ND_SCANNER_SCHEDULE`. Navidrome
documentation for v0.55.0 can be seen
[here](https://github.com/navidrome/navidrome/releases/tag/v0.55.0).

`ND_SCANSCHEDULE` no longer works and on startup, Navidrome will ignore
the environment variable and disable scanning. E.g.
```
time="2025-05-02T08:29:47Z" level=info msg="Periodic scan is DISABLED"
```

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
After adding `ND_SCANNER_SCHEDULE` environment variable, Navidrome
reports that scanning has been enabled in its logs:
```
time="2025-05-11T14:32:52Z" level=info msg="Starting scheduler"
time="2025-05-11T14:32:52Z" level=info msg="Scheduling periodic scan" schedule="@every 15m"
```

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-05-11 20:59:52 +02:00
..

title
title
README

General Info

For more information about this Chart, please check the docs on the TrueCharts website

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Installation

Helm-Chart installation

To install TrueCharts Helm charts using Helm, you can use our OCI Repository.

helm install mychart oci://tccr.io/truecharts/navidrome

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website

Chart Specific Guides and information

All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/navidrome

Configuration Options

To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/stable/navidrome/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/public/blob/master/charts/library/common/values.yaml

Support


Sponsor TrueCharts

TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!

All Rights Reserved - The TrueCharts Project