chore(helm): update image ghcr.io/netdata/netdata v2.8.0 → v2.8.1 (#41959)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/netdata/netdata](https://netdata.cloud) ([source](https://redirect.github.com/netdata/netdata)) | patch | `7e74f9c` -> `40a4ef1` | --- > [!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.1`](https://redirect.github.com/netdata/netdata/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/netdata/netdata/compare/v2.8.0...v2.8.1) Netdata v2.8.1 is a patch release to address issues discovered since [v2.8.0](https://redirect.github.com/netdata/netdata/releases/tag/v2.8.0). This patch release provides the following bug fixes and updates: - Fixed issue where vnodes created through dynamic configuration would disappear after agent restart ([#​21332](https://redirect.github.com/netdata/netdata/pull/21332), [@​ilyam8](https://redirect.github.com/ilyam8)) - Disabled PSS memory sampling in apps.plugin by default to reduce CPU overhead ([#​21330](https://redirect.github.com/netdata/netdata/pull/21330), [@​ilyam8](https://redirect.github.com/ilyam8)) - Added source unit field to alert values to display the original metric unit used in expressions ([#​21326](https://redirect.github.com/netdata/netdata/pull/21326), [@​ilyam8](https://redirect.github.com/ilyam8)) - Removed noisy INFO log from Windows datafile sync to reduce log spam during periodic syncs ([#​21325](https://redirect.github.com/netdata/netdata/pull/21325), [@​stelfrag](https://redirect.github.com/stelfrag)) - Fixed compilation when dbengine is disabled ([#​21323](https://redirect.github.com/netdata/netdata/pull/21323), [@​stelfrag](https://redirect.github.com/stelfrag)) - Improved Podman container name resolution in cgroups plugin by correctly extracting container IDs from libpod-conmon paths ([#​21317](https://redirect.github.com/netdata/netdata/pull/21317), [@​ilyam8](https://redirect.github.com/ilyam8)) #### Support options <a id="v281-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-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.8.0
|
||||
appVersion: 2.8.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/netdata
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/netdata
|
||||
type: application
|
||||
version: 13.14.0
|
||||
version: 13.14.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/netdata/netdata
|
||||
tag: v2.8.0@sha256:7e74f9cbdf7c595542a706f495373b8f978f6668dc65892ae009d3463ed68d6a
|
||||
tag: v2.8.1@sha256:40a4ef1ea4535014bf071a8e8e58e538bd230a51309f962cbc717d99d81a0257
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The service account the pods will use to interact with the Kubernetes API
|
||||
serviceAccount:
|
||||
|
||||
Reference in New Issue
Block a user