Files
truecharts/charts/stable/netdata
TrueCharts Bot cd710b6c75 chore(helm): update image ghcr.io/netdata/netdata v2.8.2 → v2.8.3 (#42857)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/netdata/netdata](https://netdata.cloud)
([source](https://redirect.github.com/netdata/netdata)) | patch |
`b73e1bf` -> `9023f61` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>netdata/netdata (ghcr.io/netdata/netdata)</summary>

###
[`v2.8.3`](https://redirect.github.com/netdata/netdata/releases/tag/v2.8.3)

[Compare
Source](https://redirect.github.com/netdata/netdata/compare/v2.8.2...v2.8.3)

Netdata v2.8.3 is a patch release to address issues discovered since
[v2.8.2](https://redirect.github.com/netdata/netdata/releases/tag/v2.8.2).

This patch release provides the following bug fixes and updates:

- Fixed the go.d AP collector to handle unknown station statistics
gracefully
([#&#8203;21461](https://redirect.github.com/netdata/netdata/pull/21461),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Fixed incorrect plugin and binary paths on Windows for the go.d plugin
by correctly detecting the installation prefix at startup
([#&#8203;21451](https://redirect.github.com/netdata/netdata/pull/21451),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Improved go.d job management by avoiding blocking during job shutdown,
keeping other jobs responsive
([#&#8203;21448](https://redirect.github.com/netdata/netdata/pull/21448),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Fixed and standardized Windows AD, ADCS, and ADFS charts, and improved
stability and accuracy of Windows hardware metrics collection
([#&#8203;21433](https://redirect.github.com/netdata/netdata/pull/21433),
[#&#8203;21454](https://redirect.github.com/netdata/netdata/pull/21454),
[@&#8203;thiagoftsm](https://redirect.github.com/thiagoftsm))
- Fixed SNMP service discovery by accepting version “2” and using the
default polling interval instead of overriding it
([#&#8203;21424](https://redirect.github.com/netdata/netdata/pull/21424),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Logged data collection duration when go.d collections are skipped due
to a previous run still in progress
([#&#8203;21423](https://redirect.github.com/netdata/netdata/pull/21423),
[#&#8203;21425](https://redirect.github.com/netdata/netdata/pull/21425),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Fixed the MSSQL errors chart in the Windows plugin by using the
correct metric
([#&#8203;21412](https://redirect.github.com/netdata/netdata/pull/21412),
[@&#8203;thiagoftsm](https://redirect.github.com/thiagoftsm))
- Removed the strict `rabbitmq_version` check to improve RabbitMQ
collector compatibility with older brokers
([#&#8203;21411](https://redirect.github.com/netdata/netdata/pull/21411),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Added collection statistics to the SNMP go.d collector and exposed
them as per-profile charts
([#&#8203;21409](https://redirect.github.com/netdata/netdata/pull/21409),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Updated ndexec runner to return captured stdout on command failures
([#&#8203;21405](https://redirect.github.com/netdata/netdata/pull/21405),
[@&#8203;ilyam8](https://redirect.github.com/ilyam8))
- Disabled the MongoDB exporter on affected Ubuntu versions due to
insecure libbson dependencies
([#&#8203;21403](https://redirect.github.com/netdata/netdata/pull/21403),
[@&#8203;Ferroin](https://redirect.github.com/Ferroin))
- Updated bundled components used in static builds
([#&#8203;21401](https://redirect.github.com/netdata/netdata/pull/21401),
[@&#8203;Ferroin](https://redirect.github.com/Ferroin))
- Fixed off-by-one validation in Journal v2 by treating `extent_index ==
extent_entries` as invalid, preventing out-of-bounds access
([#&#8203;21400](https://redirect.github.com/netdata/netdata/pull/21400),
[@&#8203;stelfrag](https://redirect.github.com/stelfrag))
- Fixed timed waits in completion to handle spurious wakeups and honor
shutdown timeouts, preventing premature timeouts and hangs
([#&#8203;21395](https://redirect.github.com/netdata/netdata/pull/21395),
[@&#8203;stelfrag](https://redirect.github.com/stelfrag))
- Prevented datafiles from exceeding their max size by making size
checks atomic and accounting for incoming writes
([#&#8203;21390](https://redirect.github.com/netdata/netdata/pull/21390),
[@&#8203;stelfrag](https://redirect.github.com/stelfrag))
- Updated DEB package builds to use XZ or zstd compression instead of
gzip
([#&#8203;21310](https://redirect.github.com/netdata/netdata/pull/21310),
[@&#8203;Ferroin](https://redirect.github.com/Ferroin))

#### Support options <a id="v283-support-options"></a>

As we grow, we stay committed to providing the best support ever seen
from an open-source solution. Should you encounter an issue with any of
the changes made in this release or any feature in the Netdata Agent,
feel free to contact us through one of the following channels:

- [Netdata Learn](https://learn.netdata.cloud): Find documentation,
guides, and reference material for monitoring and troubleshooting your
systems with Netdata.
- [GitHub Issues](https://redirect.github.com/netdata/netdata/issues):
Make use of the Netdata repository to report bugs or open a new feature
request.
- [GitHub
Discussions](https://redirect.github.com/netdata/netdata/discussions):
Join the conversation around the Netdata development process and be a
part of it.
- [Community Forums](https://community.netdata.cloud/): Visit the
Community Forums and contribute to the collaborative knowledge base.
- [Discord Server](https://discord.gg/2eduZdSeC7): Jump into the Netdata
Discord and hang out with like-minded sysadmins, DevOps, SREs, and other
troubleshooters. More than 2000 engineers are already using it!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-12-15 16:26:31 +01: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://oci.trueforge.org/truecharts/netdata

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://trueforge.org/truecharts/stable/netdata

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/trueforge-org/truecharts/blob/master/charts/stable/netdata/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/trueforge-org/truecharts/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