TrueChartsClone/charts/stable/netdata/values.yaml

195 lines
4.8 KiB
YAML
Raw Normal View History

image:
chore(repo) change stable charts to the upstream images (#14739) **Description** Update the stable train charts to their direct upstream image. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._ Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 05:22:57 -05:00
repository: netdata/netdata
chore(deps): update container image netdata/netdata to v1.45.0@bdf5d30 by renovate (#19609) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [netdata/netdata](https://netdata.cloud) ([source](https://togithub.com/netdata/netdata)) | minor | `v1.44.3` -> `v1.45.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>netdata/netdata (netdata/netdata)</summary> ### [`v1.45.0`](https://togithub.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v1450-2024-03-21) [Compare Source](https://togithub.com/netdata/netdata/compare/v1.44.3...v1.45.0) [Full Changelog](https://togithub.com/netdata/netdata/compare/v1.44.3...v1.45.0) **Merged pull requests:** - Dynamic configuration switch to version 2 [#&#8203;17212](https://togithub.com/netdata/netdata/pull/17212) ([stelfrag](https://togithub.com/stelfrag)) - update bundled UI to v6.104.1 [#&#8203;17208](https://togithub.com/netdata/netdata/pull/17208) ([ilyam8](https://togithub.com/ilyam8)) - go.d: adjust dyncfg return codes [#&#8203;17206](https://togithub.com/netdata/netdata/pull/17206) ([ilyam8](https://togithub.com/ilyam8)) - go.d: local-listeners sd: trust known ports to identify an app [#&#8203;17205](https://togithub.com/netdata/netdata/pull/17205) ([ilyam8](https://togithub.com/ilyam8)) - go.d: weblog allow PURGE HTTP method [#&#8203;17204](https://togithub.com/netdata/netdata/pull/17204) ([ilyam8](https://togithub.com/ilyam8)) - go.d: local-listeners sd: use "ip:port" as address instead of "localhost" [#&#8203;17203](https://togithub.com/netdata/netdata/pull/17203) ([ilyam8](https://togithub.com/ilyam8)) - Fix issues with permissions when installing from source on macOS [#&#8203;17198](https://togithub.com/netdata/netdata/pull/17198) ([ilyam8](https://togithub.com/ilyam8)) - Handle agents will wrong alert_hash table definition [#&#8203;17197](https://togithub.com/netdata/netdata/pull/17197) ([stelfrag](https://togithub.com/stelfrag)) - Fix alert hash table definition [#&#8203;17196](https://togithub.com/netdata/netdata/pull/17196) ([stelfrag](https://togithub.com/stelfrag)) - health: unsilence cpu % alarm [#&#8203;17194](https://togithub.com/netdata/netdata/pull/17194) ([ilyam8](https://togithub.com/ilyam8)) - Fix sum calculation in rrdr2value [#&#8203;17193](https://togithub.com/netdata/netdata/pull/17193) ([stelfrag](https://togithub.com/stelfrag)) - Move bundling of libyaml to CMake. [#&#8203;17190](https://togithub.com/netdata/netdata/pull/17190) ([Ferroin](https://togithub.com/Ferroin)) - add callout that snapshots only available on v1 [#&#8203;17189](https://togithub.com/netdata/netdata/pull/17189) ([hugovalente-pm](https://togithub.com/hugovalente-pm)) - Bump github.com/vmware/govmomi from 0.36.0 to 0.36.1 in /src/go/collectors/go.d.plugin [#&#8203;17185](https://togithub.com/netdata/netdata/pull/17185) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump k8s.io/client-go from 0.29.2 to 0.29.3 in /src/go/collectors/go.d.plugin [#&#8203;17184](https://togithub.com/netdata/netdata/pull/17184) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump github.com/prometheus/common from 0.48.0 to 0.50.0 in /src/go/collectors/go.d.plugin [#&#8203;17182](https://togithub.com/netdata/netdata/pull/17182) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - split apps.plugin into multiple files and support MacOS [#&#8203;17180](https://togithub.com/netdata/netdata/pull/17180) ([ktsaou](https://togithub.com/ktsaou)) - Update themes.md [#&#8203;17176](https://togithub.com/netdata/netdata/pull/17176) ([Ancairon](https://togithub.com/Ancairon)) - go.d sd docker use well-known port for app identification too [#&#8203;17174](https://togithub.com/netdata/netdata/pull/17174) ([ilyam8](https://togithub.com/ilyam8)) - go.d sd docker add mongodb-community-server [#&#8203;17173](https://togithub.com/netdata/netdata/pull/17173) ([ilyam8](https://togithub.com/ilyam8)) - Update themes.md [#&#8203;17172](https://togithub.com/netdata/netdata/pull/17172) ([Ancairon](https://togithub.com/Ancairon)) - go.d sd config add "disabled" [#&#8203;17171](https://togithub.com/netdata/netdata/pull/17171) ([ilyam8](https://togithub.com/ilyam8)) - docs: add "With NVIDIA GPUs monitoring" to docker install [#&#8203;17167](https://togithub.com/netdata/netdata/pull/17167) ([ilyam8](https://togithub.com/ilyam8)) - go.d.plugin: jsonschema allow array/object to be null [#&#8203;17166](https://togithub.com/netdata/netdata/pull/17166) ([ilyam8](https://togithub.com/ilyam8)) - DYNCFG: alerts improvements [#&#8203;17165](https://togithub.com/netdata/netdata/pull/17165) ([ktsaou](https://togithub.com/ktsaou)) - go.d.plugin: update file path pattern in jsonschema [#&#8203;17164](https://togithub.com/netdata/netdata/pull/17164) ([ilyam8](https://togithub.com/ilyam8)) - Announce dynamic configuration capability to the cloud [#&#8203;17162](https://togithub.com/netdata/netdata/pull/17162) ([stelfrag](https://togithub.com/stelfrag)) - go.d.plugin: execute local-listeners periodically [#&#8203;17160](https://togithub.com/netdata/netdata/pull/17160) ([ilyam8](https://togithub.com/ilyam8)) - Install the correct service file based on systemd version [#&#8203;17159](https://togithub.com/netdata/netdata/pull/17159) ([tkatsoulas](https://togithub.com/tkatsoulas)) - go.d.plugin: sd compose: allow multi config template [#&#8203;17157](https://togithub.com/netdata/netdata/pull/17157) ([ilyam8](https://togithub.com/ilyam8)) - Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /src/go/collectors/go.d.plugin [#&#8203;17154](https://togithub.com/netdata/netdata/pull/17154) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Improve offline install error handling. [#&#8203;17153](https://togithub.com/netdata/netdata/pull/17153) ([Ferroin](https://togithub.com/Ferroin)) - go.d.plugin: add docker service discovery [#&#8203;17152](https://togithub.com/netdata/netdata/pull/17152) ([ilyam8](https://togithub.com/ilyam8)) - Fix macOS issue with SOCK_CLOEXEC [#&#8203;17151](https://togithub.com/netdata/netdata/pull/17151) ([stelfrag](https://togithub.com/stelfrag)) - Document new field on PagerDuty cloud integration [#&#8203;17149](https://togithub.com/netdata/netdata/pull/17149) ([juacker](https://togithub.com/juacker)) - bring back old docs that were containing missing information [#&#8203;17146](https://togithub.com/netdata/netdata/pull/17146) ([Ancairon](https://togithub.com/Ancairon)) - Update go.d.plugin packages [#&#8203;17145](https://togithub.com/netdata/netdata/pull/17145) ([ilyam8](https://togithub.com/ilyam8)) - Check alert duration on submission to the cloud [#&#8203;17144](https://togithub.com/netdata/netdata/pull/17144) ([stelfrag](https://togithub.com/stelfrag)) - Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 in /src/go/collectors/go.d.plugin [#&#8203;17142](https://togithub.com/netdata/netdata/pull/17142) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump github.com/prometheus-community/pro-bing from 0.3.0 to 0.4.0 in /src/go/collectors/go.d.plugin [#&#8203;17141](https://togithub.com/netdata/netdata/pull/17141) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump github.com/vmware/govmomi from 0.35.0 to 0.36.0 in /src/go/collectors/go.d.plugin [#&#8203;17140](https://togithub.com/netdata/netdata/pull/17140) ([ilyam8](https://togithub.com/ilyam8)) - Add macos check (build from source) [#&#8203;17139](https://togithub.com/netdata/netdata/pull/17139) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Bump github.com/likexian/whois-parser from 1.24.10 to 1.24.11 in /src/go/collectors/go.d.plugin [#&#8203;17137](https://togithub.com/netdata/netdata/pull/17137) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump github.com/cloudflare/cfssl from 1.6.4 to 1.6.5 in /src/go/collectors/go.d.plugin [#&#8203;17136](https://togithub.com/netdata/netdata/pull/17136) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.3 in /src/go/collectors/go.d.plugin [#&#8203;17135](https://togithub.com/netdata/netdata/pull/17135) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump golang.org/x/net from 0.21.0 to 0.22.0 in /src/go/collectors/go.d.plugin [#&#8203;17134](https://togithub.com/netdata/netdata/pull/17134) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - remove repetitive words [#&#8203;17131](https://togithub.com/netdata/netdata/pull/17131) ([carrychair](https://togithub.com/carrychair)) - packaging: remove Suggests nut [#&#8203;17129](https://togithub.com/netdata/netdata/pull/17129) ([ilyam8](https://togithub.com/ilyam8)) - Prefer Protobuf’s own CMake config over CMake's FindProtobuf. [#&#8203;17128](https://togithub.com/netdata/netdata/pull/17128) ([Ferroin](https://togithub.com/Ferroin)) - Fix login to GHCR when publishing Docker images. [#&#8203;17127](https://togithub.com/netdata/netdata/pull/17127) ([Ferroin](https://togithub.com/Ferroin)) - Detect self thread when exiting. [#&#8203;17126](https://togithub.com/netdata/netdata/pull/17126) ([vkalintiris](https://togithub.com/vkalintiris)) - fix health alert dyncfg schema fullPage option [#&#8203;17125](https://togithub.com/netdata/netdata/pull/17125) ([ilyam8](https://togithub.com/ilyam8)) - improve go.d.plugin dyncfg config schemas [#&#8203;17124](https://togithub.com/netdata/netdata/pull/17124) ([ilyam8](https://togithub.com/ilyam8)) - minor fix; broken link on on prem installation doc [#&#8203;17118](https://togithub.com/netdata/netdata/pull/17118) ([tkatsoulas](https://togithub.com/tkatsoulas)) - very minor docs update [#&#8203;17117](https://togithub.com/netdata/netdata/pull/17117) ([Ancairon](https://togithub.com/Ancairon)) - remove deprecated settings from the health ref doc [#&#8203;17116](https://togithub.com/netdata/netdata/pull/17116) ([ilyam8](https://togithub.com/ilyam8)) - fix discovered config default values [#&#8203;17115](https://togithub.com/netdata/netdata/pull/17115) ([ilyam8](https://togithub.com/ilyam8)) - Fix memory leak [#&#8203;17114](https://togithub.com/netdata/netdata/pull/17114) ([stelfrag](https://togithub.com/stelfrag)) - remove "os" "hosts" "plugin" and "module" from stock alarms [#&#8203;17113](https://togithub.com/netdata/netdata/pull/17113) ([ilyam8](https://togithub.com/ilyam8)) - go.d.plugin add notice log level [#&#8203;17112](https://togithub.com/netdata/netdata/pull/17112) ([ilyam8](https://togithub.com/ilyam8)) - Second pass at reworking Docker CI. [#&#8203;17111](https://togithub.com/netdata/netdata/pull/17111) ([Ferroin](https://togithub.com/Ferroin)) - rm unused files from go.d.plugin [#&#8203;17110](https://togithub.com/netdata/netdata/pull/17110) ([ilyam8](https://togithub.com/ilyam8)) - fix links in go.d.plugin [#&#8203;17108](https://togithub.com/netdata/netdata/pull/17108) ([ilyam8](https://togithub.com/ilyam8)) - Regenerate integrations.js [#&#8203;17107](https://togithub.com/netdata/netdata/pull/17107) ([netdatabot](https://togithub.com/netdatabot)) - remove "foreach" from health REFERENCE.md [#&#8203;17106](https://togithub.com/netdata/netdata/pull/17106) ([ilyam8](https://togithub.com/ilyam8)) - Improve cleanup of ephemeral hosts during agent startup [#&#8203;17104](https://togithub.com/netdata/netdata/pull/17104) ([stelfrag](https://togithub.com/stelfrag)) - Reorganize and cleanup database related code [#&#8203;17101](https://togithub.com/netdata/netdata/pull/17101) ([stelfrag](https://togithub.com/stelfrag)) - Fix ebpf compilation warnings [#&#8203;17100](https://togithub.com/netdata/netdata/pull/17100) ([stelfrag](https://togithub.com/stelfrag)) - Remove distributed-data-architecture.md and omit mentions to it [#&#8203;17097](https://togithub.com/netdata/netdata/pull/17097) ([Ancairon](https://togithub.com/Ancairon)) - Remove deployment-strategies [#&#8203;17096](https://togithub.com/netdata/netdata/pull/17096) ([Ancairon](https://togithub.com/Ancairon)) - fix links [#&#8203;17095](https://togithub.com/netdata/netdata/pull/17095) ([Ancairon](https://togithub.com/Ancairon)) - delete docs/netdata-security.md and replace links to proper points [#&#8203;17094](https://togithub.com/netdata/netdata/pull/17094) ([Ancairon](https://togithub.com/Ancairon)) - fix go.d.plugin/pulsar tests [#&#8203;17093](https://togithub.com/netdata/netdata/pull/17093) ([ilyam8](https://togithub.com/ilyam8)) - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /src/go/collectors/go.d.plugin [#&#8203;17092](https://togithub.com/netdata/netdata/pull/17092) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Rework Docker CI to build each platform in it's own runner. [#&#8203;17088](https://togithub.com/netdata/netdata/pull/17088) ([Ferroin](https://togithub.com/Ferroin)) - Fix cups plugin group owner [#&#8203;17087](https://togithub.com/netdata/netdata/pull/17087) ([tkatsoulas](https://togithub.com/tkatsoulas)) - deb packages fix on ioping perms [#&#8203;17086](https://togithub.com/netdata/netdata/pull/17086) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Amend the logic of ebpf-plugin package suggestion for network-viewer plugin [#&#8203;17085](https://togithub.com/netdata/netdata/pull/17085) ([tkatsoulas](https://togithub.com/tkatsoulas)) - rename network plugin post and pre install actions [#&#8203;17084](https://togithub.com/netdata/netdata/pull/17084) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Improve message in kickstart if a static build can’t be found. [#&#8203;17081](https://togithub.com/netdata/netdata/pull/17081) ([Ferroin](https://togithub.com/Ferroin)) - Make watcher thread wait for explicit steps. [#&#8203;17079](https://togithub.com/netdata/netdata/pull/17079) ([vkalintiris](https://togithub.com/vkalintiris)) - Update functions tables docs [#&#8203;17071](https://togithub.com/netdata/netdata/pull/17071) ([car12o](https://togithub.com/car12o)) - add missing "gotify" to list of notification methods in alarm-notify.sh [#&#8203;17069](https://togithub.com/netdata/netdata/pull/17069) ([ilyam8](https://togithub.com/ilyam8)) - Add CI checks for Go code. [#&#8203;17066](https://togithub.com/netdata/netdata/pull/17066) ([Ferroin](https://togithub.com/Ferroin)) - go.d.plugin dyncfgv2 [#&#8203;17064](https://togithub.com/netdata/netdata/pull/17064) ([ilyam8](https://togithub.com/ilyam8)) - Regenerate integrations.js [#&#8203;17063](https://togithub.com/netdata/netdata/pull/17063) ([netdatabot](https://togithub.com/netdatabot)) - go.d.plugin: set max chart id length to 1200 [#&#8203;17062](https://togithub.com/netdata/netdata/pull/17062) ([ilyam8](https://togithub.com/ilyam8)) - Regenerate integrations.js [#&#8203;17061](https://togithub.com/netdata/netdata/pull/17061) ([netdatabot](https://togithub.com/netdatabot)) - Abort the agent if a single shutdown step takes more than 60 seconds. [#&#8203;17060](https://togithub.com/netdata/netdata/pull/17060) ([vkalintiris](https://togithub.com/vkalintiris)) - Fix typo [#&#8203;17059](https://togithub.com/netdata/netdata/pull/17059) ([vkalintiris](https://togithub.com/vkalintiris)) - updated sizing netdata [#&#8203;17057](https://togithub.com/netdata/netdata/pull/17057) ([ktsaou](https://togithub.com/ktsaou)) - fix zpool state chart family [#&#8203;17054](https://togithub.com/netdata/netdata/pull/17054) ([ilyam8](https://togithub.com/ilyam8)) - DYNCFG: call the interceptor when a test is made on a new job [#&#8203;17052](https://togithub.com/netdata/netdata/pull/17052) ([ktsaou](https://togithub.com/ktsaou)) - Fix a few minor bits of build-related infrastructure. [#&#8203;17051](https://togithub.com/netdata/netdata/pull/17051) ([Ferroin](https://togithub.com/Ferroin)) - HEALTH: eliminate fields that should be labels [#&#8203;17048](https://togithub.com/netdata/netdata/pull/17048) ([ktsaou](https://togithub.com/ktsaou)) - fix alerts jsonschema prototype for latest dyncfg [#&#8203;17047](https://togithub.com/netdata/netdata/pull/17047) ([ktsaou](https://togithub.com/ktsaou)) - Protect type anomaly rate map [#&#8203;17044](https://togithub.com/netdata/netdata/pull/17044) ([vkalintiris](https://togithub.com/vkalintiris)) - Do not use backtrace when sentry is enabled. [#&#8203;17043](https://togithub.com/netdata/netdata/pull/17043) ([vkalintiris](https://togithub.com/vkalintiris)) - Keep a count of metrics and samples collected [#&#8203;17042](https://togithub.com/netdata/netdata/pull/17042) ([stelfrag](https://togithub.com/stelfrag)) - Fix links pointing to old go.d repo and update the integrations [#&#8203;17040](https://togithub.com/netdata/netdata/pull/17040) ([Ancairon](https://togithub.com/Ancairon)) - Regenerate integrations.js [#&#8203;17039](https://togithub.com/netdata/netdata/pull/17039) ([netdatabot](https://togithub.com/netdatabot)) - Improved query target cleanup [#&#8203;17038](https://togithub.com/netdata/netdata/pull/17038) ([stelfrag](https://togithub.com/stelfrag)) - Liquify start-stop-restart doc [#&#8203;17037](https://togithub.com/netdata/netdata/pull/17037) ([Ancairon](https://togithub.com/Ancairon)) - Code cleanup [#&#8203;17036](https://togithub.com/netdata/netdata/pull/17036) ([stelfrag](https://togithub.com/stelfrag)) - Populate the SSL section in Observability and centralization points -… [#&#8203;17035](https://togithub.com/netdata/netdata/pull/17035) ([Ancairon](https://togithub.com/Ancairon)) - Regenerate integrations.js [#&#8203;17034](https://togithub.com/netdata/netdata/pull/17034) ([netdatabot](https://togithub.com/netdatabot)) - Metric release does not need to fetch retention [#&#8203;17033](https://togithub.com/netdata/netdata/pull/17033) ([stelfrag](https://togithub.com/stelfrag)) - Bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 in /src/go/collectors/go.d.plugin [#&#8203;17030](https://togithub.com/netdata/netdata/pull/17030) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Bump k8s.io/client-go from 0.29.1 to 0.29.2 in /src/go/collectors/go.d.plugin [#&#8203;17029](https://togithub.com/netdata/netdata/pull/17029) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Increase RRD_ID_LENGTH_MAX to 1200 [#&#8203;17028](https://togithub.com/netdata/netdata/pull/17028) ([stelfrag](https://togithub.com/stelfrag)) - Fix determining repo root in Coverity scan script. [#&#8203;17024](https://togithub.com/netdata/netdata/pull/17024) ([Ferroin](https://togithub.com/Ferroin)) - DYNCFG support deleting orphan configurations [#&#8203;17023](https://togithub.com/netdata/netdata/pull/17023) ([ktsaou](https://togithub.com/ktsaou)) - More concretely utilize local modules in our CMake code. [#&#8203;17022](https://togithub.com/netdata/netdata/pull/17022) ([Ferroin](https://togithub.com/Ferroin)) - Correctly mark protobuf as required in find_package. [#&#8203;17021](https://togithub.com/netdata/netdata/pull/17021) ([Ferroin](https://togithub.com/Ferroin)) - Protect metric release in dimension delete callback [#&#8203;17020](https://togithub.com/netdata/netdata/pull/17020) ([stelfrag](https://togithub.com/stelfrag)) - eBPF - Network Viewer (Move code) [#&#8203;17018](https://togithub.com/netdata/netdata/pull/17018) ([thiagoftsm](https://togithub.com/thiagoftsm)) - dyncfg: allow tree for individual IDs [#&#8203;17017](https://togithub.com/netdata/netdata/pull/17017) ([ktsaou](https://togithub.com/ktsaou)) - Documentation changes, new files and restructuring the hierarchy [#&#8203;17014](https://togithub.com/netdata/netdata/pull/17014) ([Ancairon](https://togithub.com/Ancairon)) - eBPF & NV (update packages) [#&#8203;17012](https://togithub.com/netdata/netdata/pull/17012) ([thiagoftsm](https://togithub.com/thiagoftsm)) - Add watcher thread to report shutdown steps. [#&#8203;17010](https://togithub.com/netdata/netdata/pull/17010) ([vkalintiris](https://togithub.com/vkalintiris)) - dyncfg: fix support for testing new jobs [#&#8203;17009](https://togithub.com/netdata/netdata/pull/17009) ([ktsaou](https://togithub.com/ktsaou)) - Abort on non-zero rc. [#&#8203;17008](https://togithub.com/netdata/netdata/pull/17008) ([vkalintiris](https://togithub.com/vkalintiris)) - Netdata Agent: Backup restore documentation [#&#8203;17006](https://togithub.com/netdata/netdata/pull/17006) ([luisj1983](https://togithub.com/luisj1983)) - Integrate Go plugin with build system. [#&#8203;17005](https://togithub.com/netdata/netdata/pull/17005) ([Ferroin](https://togithub.com/Ferroin)) - Bump the version of the installed Go toolchain to 1.22.0. [#&#8203;17004](https://togithub.com/netdata/netdata/pull/17004) ([Ferroin](https://togithub.com/Ferroin)) - Misc improvements [#&#8203;17001](https://togithub.com/netdata/netdata/pull/17001) ([stelfrag](https://togithub.com/stelfrag)) - Adjust storage tiers if we fail to create the requested number of tiers [#&#8203;16999](https://togithub.com/netdata/netdata/pull/16999) ([stelfrag](https://togithub.com/stelfrag)) - Move diagrams/ under docs/ [#&#8203;16998](https://togithub.com/netdata/netdata/pull/16998) ([vkalintiris](https://togithub.com/vkalintiris)) - Include Go plugin sources in main repository. [#&#8203;16997](https://togithub.com/netdata/netdata/pull/16997) ([Ferroin](https://togithub.com/Ferroin)) - Small cleanup [#&#8203;16996](https://togithub.com/netdata/netdata/pull/16996) ([vkalintiris](https://togithub.com/vkalintiris)) - Remove historical changelog and cppcheck [#&#8203;16995](https://togithub.com/netdata/netdata/pull/16995) ([vkalintiris](https://togithub.com/vkalintiris)) - Remove config macros that are always set. [#&#8203;16994](https://togithub.com/netdata/netdata/pull/16994) ([vkalintiris](https://togithub.com/vkalintiris)) - Use changed files in check-files workflow [#&#8203;16993](https://togithub.com/netdata/netdata/pull/16993) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Move web/ under src/ [#&#8203;16992](https://togithub.com/netdata/netdata/pull/16992) ([vkalintiris](https://togithub.com/vkalintiris)) - Add spinlock to protect metric release [#&#8203;16989](https://togithub.com/netdata/netdata/pull/16989) ([stelfrag](https://togithub.com/stelfrag)) - updated message ids for systemd and dbus [#&#8203;16987](https://togithub.com/netdata/netdata/pull/16987) ([ktsaou](https://togithub.com/ktsaou)) - Cache key wasn't taking account changes in the version of bundled software [#&#8203;16985](https://togithub.com/netdata/netdata/pull/16985) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Update input skip patterns [#&#8203;16984](https://togithub.com/netdata/netdata/pull/16984) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Update input paths for tj-actions/changed-files [#&#8203;16982](https://togithub.com/netdata/netdata/pull/16982) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Update synology.md [#&#8203;16980](https://togithub.com/netdata/netdata/pull/16980) ([pschaer](https://togithub.com/pschaer)) - Detect machine GUID change [#&#8203;16979](https://togithub.com/netdata/netdata/pull/16979) ([stelfrag](https://togithub.com/stelfrag)) - Move CO-RE headers (integration between eBPF and Network Viewer) [#&#8203;16978](https://togithub.com/netdata/netdata/pull/16978) ([thiagoftsm](https://togithub.com/thiagoftsm)) - Regenerate integrations.js [#&#8203;16974](https://togithub.com/netdata/netdata/pull/16974) ([netdatabot](https://togithub.com/netdatabot)) - Use C++14 by default when building on systems that support it. [#&#8203;16972](https://togithub.com/netdata/netdata/pull/16972) ([Ferroin](https://togithub.com/Ferroin)) - change edac ecc errors from incremental to absolute [#&#8203;16970](https://togithub.com/netdata/netdata/pull/16970) ([ilyam8](https://togithub.com/ilyam8)) - update go.d.plugin version to v0.58.1 [#&#8203;16968](https://togithub.com/netdata/netdata/pull/16968) ([ilyam8](https://togithub.com/ilyam8)) - fix move collectors to src/ leftovers [#&#8203;16967](https://togithub.com/netdata/netdata/pull/16967) ([ilyam8](https://togithub.com/ilyam8)) - necessary changes for integrations to work after moving collectors/ i… [#&#8203;16966](https://togithub.com/netdata/netdata/pull/16966) ([Ancairon](https://togithub.com/Ancairon)) - Move collectors/ under src/ [#&#8203;16965](https://togithub.com/netdata/netdata/pull/16965) ([vkalintiris](https://togithub.com/vkalintiris)) - network-viewer: aggregated view improvements [#&#8203;16960](https://togithub.com/netdata/netdata/pull/16960) ([ktsaou](https://togithub.com/ktsaou)) - Improve agent shutdown [#&#8203;16959](https://togithub.com/netdata/netdata/pull/16959) ([stelfrag](https://togithub.com/stelfrag)) - DYNCFG: support test on new jobs [#&#8203;16958](https://togithub.com/netdata/netdata/pull/16958) ([ktsaou](https://togithub.com/ktsaou)) - Updated txt - Prometheus section README.md [#&#8203;16957](https://togithub.com/netdata/netdata/pull/16957) ([Aliki92](https://togithub.com/Aliki92)) - Fix path in health integrations [#&#8203;16956](https://togithub.com/netdata/netdata/pull/16956) ([Ancairon](https://togithub.com/Ancairon)) - Regenerate integrations.js [#&#8203;16955](https://togithub.com/netdata/netdata/pull/16955) ([netdatabot](https://togithub.com/netdatabot)) - Move health/ under src/ [#&#8203;16954](https://togithub.com/netdata/netdata/pull/16954) ([vkalintiris](https://togithub.com/vkalintiris)) - fix linking of a markdown file [#&#8203;16952](https://togithub.com/netdata/netdata/pull/16952) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Do not declare struct meant for internal usage [#&#8203;16951](https://togithub.com/netdata/netdata/pull/16951) ([vkalintiris](https://togithub.com/vkalintiris)) - fix wrong sizeof [#&#8203;16950](https://togithub.com/netdata/netdata/pull/16950) ([ktsaou](https://togithub.com/ktsaou)) - Split network viewer plugin to it’s own package. [#&#8203;16949](https://togithub.com/netdata/netdata/pull/16949) ([Ferroin](https://togithub.com/Ferroin)) - update bundled UI to v6.85.0 [#&#8203;16948](https://togithub.com/netdata/netdata/pull/16948) ([ilyam8](https://togithub.com/ilyam8)) - Update codeowners and cleanup .gitignore [#&#8203;16946](https://togithub.com/netdata/netdata/pull/16946) ([vkalintiris](https://togithub.com/vkalintiris)) - Remove cleanup_destroyed_dictionaries call during shutdown [#&#8203;16944](https://togithub.com/netdata/netdata/pull/16944) ([stelfrag](https://togithub.com/stelfrag)) - respect NETDATA_LOG_LEVEL if set [#&#8203;16943](https://togithub.com/netdata/netdata/pull/16943) ([ilyam8](https://togithub.com/ilyam8)) - enable network-viewer aggregated views [#&#8203;16940](https://togithub.com/netdata/netdata/pull/16940) ([ktsaou](https://togithub.com/ktsaou)) - fix charts.d.plugin configuration directory names [#&#8203;16939](https://togithub.com/netdata/netdata/pull/16939) ([ilyam8](https://togithub.com/ilyam8)) - Assorted cleanup of CI/packaging related code. [#&#8203;16938](https://togithub.com/netdata/netdata/pull/16938) ([Ferroin](https://togithub.com/Ferroin)) - Check for agent already running [#&#8203;16937](https://togithub.com/netdata/netdata/pull/16937) ([stelfrag](https://togithub.com/stelfrag)) - Remove duplicate check [#&#8203;16936](https://togithub.com/netdata/netdata/pull/16936) ([stelfrag](https://togithub.com/stelfrag)) - Drop ESLint CI jobs and config. [#&#8203;16935](https://togithub.com/netdata/netdata/pull/16935) ([Ferroin](https://togithub.com/Ferroin)) - Regenerate integrations.js [#&#8203;16934](https://togithub.com/netdata/netdata/pull/16934) ([netdatabot](https://togithub.com/netdatabot)) - Move daemon/ under src/ [#&#8203;16933](https://togithub.com/netdata/netdata/pull/16933) ([vkalintiris](https://togithub.com/vkalintiris)) - Exporting moved, so changes needed for integrations, + CODEOWNERS change [#&#8203;16932](https://togithub.com/netdata/netdata/pull/16932) ([Ancairon](https://togithub.com/Ancairon)) - Make sure the duration is not negative [#&#8203;16931](https://togithub.com/netdata/netdata/pull/16931) ([stelfrag](https://togithub.com/stelfrag)) - Regenerate integrations.js [#&#8203;16930](https://togithub.com/netdata/netdata/pull/16930) ([netdatabot](https://togithub.com/netdatabot)) - Protect analytics set data [#&#8203;16929](https://togithub.com/netdata/netdata/pull/16929) ([stelfrag](https://togithub.com/stelfrag)) - Minor rework on document optimize performance guide [#&#8203;16925](https://togithub.com/netdata/netdata/pull/16925) ([tkatsoulas](https://togithub.com/tkatsoulas)) - fix installation of `libfluent-bit.so` [#&#8203;16924](https://togithub.com/netdata/netdata/pull/16924) ([ilyam8](https://togithub.com/ilyam8)) - respect log level for all sources [#&#8203;16922](https://togithub.com/netdata/netdata/pull/16922) ([ilyam8](https://togithub.com/ilyam8)) - split dictionary into multiple files [#&#8203;16920](https://togithub.com/netdata/netdata/pull/16920) ([ktsaou](https://togithub.com/ktsaou)) - Update file match patterns in CI jobs. [#&#8203;16917](https://togithub.com/netdata/netdata/pull/16917) ([Ferroin](https://togithub.com/Ferroin)) - Release label key if already in use [#&#8203;16916](https://togithub.com/netdata/netdata/pull/16916) ([stelfrag](https://togithub.com/stelfrag)) - add support for the info parameter to all external plugin functions [#&#8203;16915](https://togithub.com/netdata/netdata/pull/16915) ([ktsaou](https://togithub.com/ktsaou)) - Move exporting/ under src/ [#&#8203;16913](https://togithub.com/netdata/netdata/pull/16913) ([vkalintiris](https://togithub.com/vkalintiris)) - Network viewer: filter by username [#&#8203;16911](https://togithub.com/netdata/netdata/pull/16911) ([ktsaou](https://togithub.com/ktsaou)) - Build network-viewer only on linux [#&#8203;16910](https://togithub.com/netdata/netdata/pull/16910) ([vkalintiris](https://togithub.com/vkalintiris)) - rename network functions [#&#8203;16908](https://togithub.com/netdata/netdata/pull/16908) ([ktsaou](https://togithub.com/ktsaou)) - Update CODEOWNERS [#&#8203;16907](https://togithub.com/netdata/netdata/pull/16907) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Assorted build-related changes. [#&#8203;16906](https://togithub.com/netdata/netdata/pull/16906) ([vkalintiris](https://togithub.com/vkalintiris)) - Remove markdown linter [#&#8203;16905](https://togithub.com/netdata/netdata/pull/16905) ([vkalintiris](https://togithub.com/vkalintiris)) - Update README.md [#&#8203;16904](https://togithub.com/netdata/netdata/pull/16904) ([Aliki92](https://togithub.com/Aliki92)) - fluent-bit & logsmanagement under src/ [#&#8203;16903](https://togithub.com/netdata/netdata/pull/16903) ([vkalintiris](https://togithub.com/vkalintiris)) - updated permissions map comment [#&#8203;16902](https://togithub.com/netdata/netdata/pull/16902) ([ktsaou](https://togithub.com/ktsaou)) - Use spinlock for reference counting. [#&#8203;16901](https://togithub.com/netdata/netdata/pull/16901) ([vkalintiris](https://togithub.com/vkalintiris)) - network-viewer: show unknown container [#&#8203;16900](https://togithub.com/netdata/netdata/pull/16900) ([ktsaou](https://togithub.com/ktsaou)) - Move aclk/ under src/ [#&#8203;16899](https://togithub.com/netdata/netdata/pull/16899) ([vkalintiris](https://togithub.com/vkalintiris)) - Enable sentry sessions [#&#8203;16898](https://togithub.com/netdata/netdata/pull/16898) ([vkalintiris](https://togithub.com/vkalintiris)) - Do not cancel detection thread. [#&#8203;16897](https://togithub.com/netdata/netdata/pull/16897) ([vkalintiris](https://togithub.com/vkalintiris)) - Create a top-level directory to contain source code. [#&#8203;16896](https://togithub.com/netdata/netdata/pull/16896) ([vkalintiris](https://togithub.com/vkalintiris)) - updating What's new based on Office Hours shared plans [#&#8203;16895](https://togithub.com/netdata/netdata/pull/16895) ([hugovalente-pm](https://togithub.com/hugovalente-pm)) - Remove tags field from RRD hosts. [#&#8203;16894](https://togithub.com/netdata/netdata/pull/16894) ([vkalintiris](https://togithub.com/vkalintiris)) - local-sockets: use netlink when libmnl is available [#&#8203;16893](https://togithub.com/netdata/netdata/pull/16893) ([ktsaou](https://togithub.com/ktsaou)) - Add a constant env var for Sentry's DSN when someone wants to build Agent and doesn't have access to GH secrets. [#&#8203;16892](https://togithub.com/netdata/netdata/pull/16892) ([tkatsoulas](https://togithub.com/tkatsoulas)) - fixed missing collisions and drag on newly added apps [#&#8203;16891](https://togithub.com/netdata/netdata/pull/16891) ([ktsaou](https://togithub.com/ktsaou)) - Set build type to release with debug info. [#&#8203;16889](https://togithub.com/netdata/netdata/pull/16889) ([vkalintiris](https://togithub.com/vkalintiris)) - fix order of openning a file and checking its inode [#&#8203;16887](https://togithub.com/netdata/netdata/pull/16887) ([ktsaou](https://togithub.com/ktsaou)) - Regenerate integrations.js [#&#8203;16886](https://togithub.com/netdata/netdata/pull/16886) ([netdatabot](https://togithub.com/netdatabot)) - fix crash on query_progress initializer [#&#8203;16885](https://togithub.com/netdata/netdata/pull/16885) ([ktsaou](https://togithub.com/ktsaou)) - highlight Challenge Secret title to be more visible [#&#8203;16882](https://togithub.com/netdata/netdata/pull/16882) ([juacker](https://togithub.com/juacker)) - add the CLOEXEC flag to all sockets and files [#&#8203;16881](https://togithub.com/netdata/netdata/pull/16881) ([ktsaou](https://togithub.com/ktsaou)) - Network viewer UI minor fixes [#&#8203;16880](https://togithub.com/netdata/netdata/pull/16880) ([ktsaou](https://togithub.com/ktsaou)) - Network viewer fixes [#&#8203;16877](https://togithub.com/netdata/netdata/pull/16877) ([ktsaou](https://togithub.com/ktsaou)) - Add requirements.txt for dag [#&#8203;16875](https://togithub.com/netdata/netdata/pull/16875) ([vkalintiris](https://togithub.com/vkalintiris)) - Rm refs to map and save modes [#&#8203;16874](https://togithub.com/netdata/netdata/pull/16874) ([vkalintiris](https://togithub.com/vkalintiris)) - Fix coverity issues [#&#8203;16873](https://togithub.com/netdata/netdata/pull/16873) ([stelfrag](https://togithub.com/stelfrag)) - Network Viewer (local-sockets version) [#&#8203;16872](https://togithub.com/netdata/netdata/pull/16872) ([ktsaou](https://togithub.com/ktsaou)) - Limit what we upload to GCS for nightlies. [#&#8203;16870](https://togithub.com/netdata/netdata/pull/16870) ([Ferroin](https://togithub.com/Ferroin)) - Use dagger to build and test the agent. [#&#8203;16868](https://togithub.com/netdata/netdata/pull/16868) ([vkalintiris](https://togithub.com/vkalintiris)) - Local sockets for network namespaces [#&#8203;16867](https://togithub.com/netdata/netdata/pull/16867) ([ktsaou](https://togithub.com/ktsaou)) - Fix coverity issue [#&#8203;16866](https://togithub.com/netdata/netdata/pull/16866) ([stelfrag](https://togithub.com/stelfrag)) - update alpine 3.16 fts-dev [#&#8203;16865](https://togithub.com/netdata/netdata/pull/16865) ([ilyam8](https://togithub.com/ilyam8)) - Remove old mention of save db mode [#&#8203;16864](https://togithub.com/netdata/netdata/pull/16864) ([Ancairon](https://togithub.com/Ancairon)) - port useful code from incomplete PRs [#&#8203;16863](https://togithub.com/netdata/netdata/pull/16863) ([ktsaou](https://togithub.com/ktsaou)) - apply the right prototype to instances [#&#8203;16862](https://togithub.com/netdata/netdata/pull/16862) ([ktsaou](https://togithub.com/ktsaou)) - detect sockets direction [#&#8203;16861](https://togithub.com/netdata/netdata/pull/16861) ([ktsaou](https://togithub.com/ktsaou)) - add freebsd jail detection to system-info.sh [#&#8203;16858](https://togithub.com/netdata/netdata/pull/16858) ([ilyam8](https://togithub.com/ilyam8)) - Add ARMv6 static builds. [#&#8203;16853](https://togithub.com/netdata/netdata/pull/16853) ([Ferroin](https://togithub.com/Ferroin)) - CNCF link fix [#&#8203;16851](https://togithub.com/netdata/netdata/pull/16851) ([hugovalente-pm](https://togithub.com/hugovalente-pm)) - Disable local Go builds in our RPM packages. [#&#8203;16848](https://togithub.com/netdata/netdata/pull/16848) ([Ferroin](https://togithub.com/Ferroin)) - Include timer units failed state alert as default [#&#8203;16845](https://togithub.com/netdata/netdata/pull/16845) ([tkatsoulas](https://togithub.com/tkatsoulas)) - kickstart: use extended-regexp in `get_redirect()` [#&#8203;16844](https://togithub.com/netdata/netdata/pull/16844) ([ilyam8](https://togithub.com/ilyam8)) - Make the kickstart checksum's placeholder value more concrete [#&#8203;16843](https://togithub.com/netdata/netdata/pull/16843) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Improve service thread shutdown [#&#8203;16841](https://togithub.com/netdata/netdata/pull/16841) ([stelfrag](https://togithub.com/stelfrag)) - Update statistics to address slow queries [#&#8203;16838](https://togithub.com/netdata/netdata/pull/16838) ([stelfrag](https://togithub.com/stelfrag)) - New Permissions System [#&#8203;16837](https://togithub.com/netdata/netdata/pull/16837) ([ktsaou](https://togithub.com/ktsaou)) - Regenerate integrations.js [#&#8203;16835](https://togithub.com/netdata/netdata/pull/16835) ([netdatabot](https://togithub.com/netdatabot)) - adds docs for cloud MS Teams integration [#&#8203;16834](https://togithub.com/netdata/netdata/pull/16834) ([papazach](https://togithub.com/papazach)) - Fix coverity issue [#&#8203;16831](https://togithub.com/netdata/netdata/pull/16831) ([stelfrag](https://togithub.com/stelfrag)) - add brotli and libyaml to buildinfo [#&#8203;16830](https://togithub.com/netdata/netdata/pull/16830) ([ktsaou](https://togithub.com/ktsaou)) - Fix directory handling in Go toolchain handling script. [#&#8203;16828](https://togithub.com/netdata/netdata/pull/16828) ([Ferroin](https://togithub.com/Ferroin)) - Change query label matching logic [#&#8203;16827](https://togithub.com/netdata/netdata/pull/16827) ([stelfrag](https://togithub.com/stelfrag)) - Improve container detection logic for edit-config. [#&#8203;16825](https://togithub.com/netdata/netdata/pull/16825) ([Ferroin](https://togithub.com/Ferroin)) - Preserve label source during migration [#&#8203;16821](https://togithub.com/netdata/netdata/pull/16821) ([stelfrag](https://togithub.com/stelfrag)) - Add explicit callback types for readability. [#&#8203;16820](https://togithub.com/netdata/netdata/pull/16820) ([vkalintiris](https://togithub.com/vkalintiris)) - Update documentation (Replication DB) [#&#8203;16816](https://togithub.com/netdata/netdata/pull/16816) ([thiagoftsm](https://togithub.com/thiagoftsm)) - Add script to ensure a usable Go toolchain is installed. [#&#8203;16815](https://togithub.com/netdata/netdata/pull/16815) ([Ferroin](https://togithub.com/Ferroin)) - fix verify_netdata_host_prefix log spam [#&#8203;16814](https://togithub.com/netdata/netdata/pull/16814) ([ilyam8](https://togithub.com/ilyam8)) - use fs type to veryfiy procfs/sysfs [#&#8203;16813](https://togithub.com/netdata/netdata/pull/16813) ([ilyam8](https://togithub.com/ilyam8)) - updates to light onprem docs [#&#8203;16811](https://togithub.com/netdata/netdata/pull/16811) ([M4itee](https://togithub.com/M4itee)) - set app_group label automatically [#&#8203;16810](https://togithub.com/netdata/netdata/pull/16810) ([boxjan](https://togithub.com/boxjan)) - Apply ASCII-based comparisons to commands in kickstart script that rely on a particular language setting [#&#8203;16806](https://togithub.com/netdata/netdata/pull/16806) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Remove help text that no longer applies. [#&#8203;16805](https://togithub.com/netdata/netdata/pull/16805) ([vkalintiris](https://togithub.com/vkalintiris)) - Move mqtt_websockets under aclk/ [#&#8203;16804](https://togithub.com/netdata/netdata/pull/16804) ([vkalintiris](https://togithub.com/vkalintiris)) - Fix incorrect major version check in updater. [#&#8203;16803](https://togithub.com/netdata/netdata/pull/16803) ([Ferroin](https://togithub.com/Ferroin)) - cgroups: containers-vms add CPU throttling % [#&#8203;16800](https://togithub.com/netdata/netdata/pull/16800) ([ilyam8](https://togithub.com/ilyam8)) - Setup sentry-native SDK. [#&#8203;16798](https://togithub.com/netdata/netdata/pull/16798) ([vkalintiris](https://togithub.com/vkalintiris)) - Add additional fail reason and source during database initialization [#&#8203;16794](https://togithub.com/netdata/netdata/pull/16794) ([stelfrag](https://togithub.com/stelfrag)) - Use original summary for alert transition [#&#8203;16793](https://togithub.com/netdata/netdata/pull/16793) ([stelfrag](https://togithub.com/stelfrag)) - Regenerate integrations.js [#&#8203;16792](https://togithub.com/netdata/netdata/pull/16792) ([netdatabot](https://togithub.com/netdatabot)) - Update role-based-access.md [#&#8203;16791](https://togithub.com/netdata/netdata/pull/16791) ([vkuznecovas](https://togithub.com/vkuznecovas)) - Free key and search, replace patterns [#&#8203;16789](https://togithub.com/netdata/netdata/pull/16789) ([stelfrag](https://togithub.com/stelfrag)) - Prepare to functions (eBPF) [#&#8203;16788](https://togithub.com/netdata/netdata/pull/16788) ([thiagoftsm](https://togithub.com/thiagoftsm)) - Use named constants for keyword tokens. [#&#8203;16787](https://togithub.com/netdata/netdata/pull/16787) ([vkalintiris](https://togithub.com/vkalintiris)) - diskspace: reworked the cleanup to fix race conditions [#&#8203;16786](https://togithub.com/netdata/netdata/pull/16786) ([ktsaou](https://togithub.com/ktsaou)) - diskspace missing mutex use [#&#8203;16784](https://togithub.com/netdata/netdata/pull/16784) ([ktsaou](https://togithub.com/ktsaou)) - Remove h2o header from libnetdata [#&#8203;16780](https://togithub.com/netdata/netdata/pull/16780) ([vkalintiris](https://togithub.com/vkalintiris)) - DYNCFG: dynamically configured alerts [#&#8203;16779](https://togithub.com/netdata/netdata/pull/16779) ([ktsaou](https://togithub.com/ktsaou)) - Update replication documentation [#&#8203;16778](https://togithub.com/netdata/netdata/pull/16778) ([thiagoftsm](https://togithub.com/thiagoftsm)) - Update telegram documentation [#&#8203;16777](https://togithub.com/netdata/netdata/pull/16777) ([thiagoftsm](https://togithub.com/thiagoftsm)) - Delete unused variable. [#&#8203;16776](https://togithub.com/netdata/netdata/pull/16776) ([vkalintiris](https://togithub.com/vkalintiris)) - Use unsigned char for binary data in mqtt. [#&#8203;16775](https://togithub.com/netdata/netdata/pull/16775) ([vkalintiris](https://togithub.com/vkalintiris)) - Fix warning. [#&#8203;16774](https://togithub.com/netdata/netdata/pull/16774) ([vkalintiris](https://togithub.com/vkalintiris)) - fix thread name on fatal and cgroup netdev rename crash [#&#8203;16771](https://togithub.com/netdata/netdata/pull/16771) ([ktsaou](https://togithub.com/ktsaou)) - allow POST requests to be received from ACLK [#&#8203;16770](https://togithub.com/netdata/netdata/pull/16770) ([ktsaou](https://togithub.com/ktsaou)) - Keep transaction id of request headers [#&#8203;16769](https://togithub.com/netdata/netdata/pull/16769) ([ktsaou](https://togithub.com/ktsaou)) - Change default build directory in installer to `build`. [#&#8203;16768](https://togithub.com/netdata/netdata/pull/16768) ([Ferroin](https://togithub.com/Ferroin)) - Fix coverity issues [#&#8203;16766](https://togithub.com/netdata/netdata/pull/16766) ([stelfrag](https://togithub.com/stelfrag)) - Add missing call for aral_freez (eBPF) [#&#8203;16765](https://togithub.com/netdata/netdata/pull/16765) ([thiagoftsm](https://togithub.com/thiagoftsm)) - /api/v1/config tree improvements and swagger documentation [#&#8203;16764](https://togithub.com/netdata/netdata/pull/16764) ([ktsaou](https://togithub.com/ktsaou)) - fix compiler warnings [#&#8203;16763](https://togithub.com/netdata/netdata/pull/16763) ([ktsaou](https://togithub.com/ktsaou)) - fix cmake \_GNU_SOURCE warnings [#&#8203;16761](https://togithub.com/netdata/netdata/pull/16761) ([ktsaou](https://togithub.com/ktsaou)) - fix phtread-detatch() call [#&#8203;16760](https://togithub.com/netdata/netdata/pull/16760) ([ktsaou](https://togithub.com/ktsaou)) - Fix sanitizer errors [#&#8203;16759](https://togithub.com/netdata/netdata/pull/16759) ([ktsaou](https://togithub.com/ktsaou)) - report timestamps with progress [#&#8203;16758](https://togithub.com/netdata/netdata/pull/16758) ([ktsaou](https://togithub.com/ktsaou)) - add schemas to /usr/lib/netdata/conf.d/schema.d [#&#8203;16757](https://togithub.com/netdata/netdata/pull/16757) ([ktsaou](https://togithub.com/ktsaou)) - Add netdata_os_info metric [#&#8203;16756](https://togithub.com/netdata/netdata/pull/16756) ([colinleroy](https://togithub.com/colinleroy)) - Recursively merge mqtt_websockets [#&#8203;16755](https://togithub.com/netdata/netdata/pull/16755) ([vkalintiris](https://togithub.com/vkalintiris)) - packaging: add cap_dac_read_search to go.d.plugin [#&#8203;16754](https://togithub.com/netdata/netdata/pull/16754) ([ilyam8](https://togithub.com/ilyam8)) - Name storage engine variables consistently. [#&#8203;16753](https://togithub.com/netdata/netdata/pull/16753) ([vkalintiris](https://togithub.com/vkalintiris)) - minor - fix/update codeowners [#&#8203;16750](https://togithub.com/netdata/netdata/pull/16750) ([underhood](https://togithub.com/underhood)) - fix cpu per core charts priority [#&#8203;16749](https://togithub.com/netdata/netdata/pull/16749) ([ilyam8](https://togithub.com/ilyam8)) - Address sanitizer through CMake and use it for unit tests. [#&#8203;16748](https://togithub.com/netdata/netdata/pull/16748) ([vkalintiris](https://togithub.com/vkalintiris)) - Remove unused file [#&#8203;16747](https://togithub.com/netdata/netdata/pull/16747) ([stelfrag](https://togithub.com/stelfrag)) - cleanup proc net-dev renames [#&#8203;16745](https://togithub.com/netdata/netdata/pull/16745) ([ktsaou](https://togithub.com/ktsaou)) - uninstaller: improve removing `netdata` from groups [#&#8203;16742](https://togithub.com/netdata/netdata/pull/16742) ([ilyam8](https://togithub.com/ilyam8)) - Regenerate integrations.js [#&#8203;16739](https://togithub.com/netdata/netdata/pull/16739) ([netdatabot](https://togithub.com/netdatabot)) - change get kickstart url to https://get.netdata.cloud/kickstart.sh [#&#8203;16738](https://togithub.com/netdata/netdata/pull/16738) ([ilyam8](https://togithub.com/ilyam8)) - health: add httpcheck bad header alert [#&#8203;16736](https://togithub.com/netdata/netdata/pull/16736) ([ilyam8](https://togithub.com/ilyam8)) - update default netdata.conf used for native packages [#&#8203;16734](https://togithub.com/netdata/netdata/pull/16734) ([ilyam8](https://togithub.com/ilyam8)) - fix missing CPU frequency [#&#8203;16732](https://togithub.com/netdata/netdata/pull/16732) ([ilyam8](https://togithub.com/ilyam8)) - Fix handling of hardening flags with Clang [#&#8203;16731](https://togithub.com/netdata/netdata/pull/16731) ([Ferroin](https://togithub.com/Ferroin)) - fix excessive "maximum number of cgroups reached" log messages [#&#8203;16730](https://togithub.com/netdata/netdata/pull/16730) ([ilyam8](https://togithub.com/ilyam8)) - Regenerate integrations.js [#&#8203;16728](https://togithub.com/netdata/netdata/pull/16728) ([netdatabot](https://togithub.com/netdatabot)) - update ebpf-socket function name and columns [#&#8203;16727](https://togithub.com/netdata/netdata/pull/16727) ([ilyam8](https://togithub.com/ilyam8)) - Fix --distro-override parameter name in docs [#&#8203;16726](https://togithub.com/netdata/netdata/pull/16726) ([moschlar](https://togithub.com/moschlar)) - update go.d.plugin to v0.58.0 [#&#8203;16725](https://togithub.com/netdata/netdata/pull/16725) ([ilyam8](https://togithub.com/ilyam8)) - Add GHA workflow to upload kickstart script to our repo server. [#&#8203;16724](https://togithub.com/netdata/netdata/pull/16724) ([Ferroin](https://togithub.com/Ferroin)) - Add Netdata Mobile App to issue template config [#&#8203;16723](https://togithub.com/netdata/netdata/pull/16723) ([ilyam8](https://togithub.com/ilyam8)) - fix clock resolution detection [#&#8203;16720](https://togithub.com/netdata/netdata/pull/16720) ([ktsaou](https://togithub.com/ktsaou)) - cgroups: don't multiply cgroup_check_for_new_every by update_every [#&#8203;16719](https://togithub.com/netdata/netdata/pull/16719) ([ilyam8](https://togithub.com/ilyam8)) - Add info to distros.yml for handling of legacy platforms. [#&#8203;16718](https://togithub.com/netdata/netdata/pull/16718) ([Ferroin](https://togithub.com/Ferroin)) - Regenerate integrations.js [#&#8203;16716](https://togithub.com/netdata/netdata/pull/16716) ([netdatabot](https://togithub.com/netdatabot)) - Add the Mobile App notification Integration [#&#8203;16715](https://togithub.com/netdata/netdata/pull/16715) ([sashwathn](https://togithub.com/sashwathn)) - Update GHA steps that handle artifacts to use latest versions of upload/download actions. [#&#8203;16714](https://togithub.com/netdata/netdata/pull/16714) ([Ferroin](https://togithub.com/Ferroin)) - CI runtime check cleanup [#&#8203;16713](https://togithub.com/netdata/netdata/pull/16713) ([Ferroin](https://togithub.com/Ferroin)) - disable logsmanagement when installing on macOS [#&#8203;16708](https://togithub.com/netdata/netdata/pull/16708) ([ilyam8](https://togithub.com/ilyam8)) - dyncfg v2 [#&#8203;16702](https://togithub.com/netdata/netdata/pull/16702) ([ktsaou](https://togithub.com/ktsaou)) - delay collecting double linked network interfaces [#&#8203;16701](https://togithub.com/netdata/netdata/pull/16701) ([ilyam8](https://togithub.com/ilyam8)) - fix quota calculation when the the db is empty [#&#8203;16699](https://togithub.com/netdata/netdata/pull/16699) ([ktsaou](https://togithub.com/ktsaou)) - disable logsmanagement when installing on macOS [#&#8203;16697](https://togithub.com/netdata/netdata/pull/16697) ([ilyam8](https://togithub.com/ilyam8)) - Remove Ubuntu 23.04 from the CI [#&#8203;16694](https://togithub.com/netdata/netdata/pull/16694) ([tkatsoulas](https://togithub.com/tkatsoulas)) - fix installing service file and start/stop ND using `launchctl` on macOS [#&#8203;16693](https://togithub.com/netdata/netdata/pull/16693) ([ilyam8](https://togithub.com/ilyam8)) - improve the error message when accessing functions [#&#8203;16692](https://togithub.com/netdata/netdata/pull/16692) ([ktsaou](https://togithub.com/ktsaou)) - cups exit on sigpipe [#&#8203;16691](https://togithub.com/netdata/netdata/pull/16691) ([ilyam8](https://togithub.com/ilyam8)) - fix minor omission on netdata-installers arguments [#&#8203;16690](https://togithub.com/netdata/netdata/pull/16690) ([tkatsoulas](https://togithub.com/tkatsoulas)) - Revert "Update artifact-handling actions to latest version." [#&#8203;16689](https://togithub.com/netdata/netdata/pull/16689) ([tkatsoulas](https://togithub.com/tkatsoulas)) - cmake log2journal netdatacli [#&#8203;16688](https://togithub.com/netdata/netdata/pull/16688) ([ktsaou](https://togithub.com/ktsaou)) - atomically load the metric reference count [#&#8203;16687](https://togithub.com/netdata/netdata/pull/16687) ([ktsaou](https://togithub.com/ktsaou)) - fix claiming on macOS [#&#8203;16686](https://togithub.com/netdata/netdata/pull/16686) ([ilyam8](https://togithub.com/ilyam8)) - add --disable-logsmanagement when building static [#&#8203;16684](https://togithub.com/netdata/netdata/pull/16684) ([ilyam8](https://togithub.com/ilyam8)) - fix exporting internal charts context and family [#&#8203;16683](https://togithub.com/netdata/netdata/pull/16683) ([ilyam8](https://togithub.com/ilyam8)) - Fatal relaxation of unknown page types. [#&#8203;16682](https://togithub.com/netdata/netdata/pull/16682) ([vkalintiris](https://togithub.com/vkalintiris)) - docs: add "Require Cloud" column to functions table [#&#8203;16681](https://togithub.com/netdata/netdata/pull/16681) ([ilyam8](https://togithub.com/ilyam8)) - cmake missing defines [#&#8203;16680](https://togithub.com/netdata/netdata/pull/16680) ([ktsaou](https://togithub.com/ktsaou)) - Fix alerts-configuration-manager.md [#&#8203;16679](https://togithub.com/netdata/netdata/pull/16679) ([Ancairon](https://togithub.com/Ancairon)) - kickstart: dont run install-required-packages.sh as root on macOS [#&#8203;16675](https://togithub.com/netdata/netdata/pull/16675) ([ilyam8](https://togithub.com/ilyam8)) - update bundled UI to v6.75.2 [#&#8203;16674](https://togithub.com/netdata/netdata/pull/16674) ([ilyam8](https://togithub.com/ilyam8)) - kickstart: add a note on how to access the UI to the success banner [#&#8203;16673](https://togithub.com/netdata/netdata/pull/16673) ([ilyam8](https://togithub.com/ilyam8)) - remove contrib/rhel [#&#8203;16672](https://togithub.com/netdata/netdata/pull/16672) ([ilyam8](https://togithub.com/ilyam8)) - Update binaries (eBPF) [#&#8203;16671](https://togithub.com/netdata/netdata/pull/16671) ([thiagoftsm](https://togithub.com/thiagoftsm)) - eBPF socket (eBPF) [#&#8203;16669](https://togithub.com/netdata/netdata/pull/16669) ([thiagoftsm](https://togithub.com/thiagoftsm)) - fix compiler warnings [#&#8203;16665](https://togithub.com/netdata/netdata/pull/16665) ([ktsaou](https://togithub.com/ktsaou)) - dont exceed buffer boundaries, when the buffer is empty [#&#8203;16664](https://togithub.com/netdata/netdata/pull/16664) ([ktsaou](https://togithub.com/ktsaou)) - set log level of too-old-data message to debug [#&#8203;16663](https://togithub.com/netdata/netdata/pull/16663) ([ilyam8](https://togithub.com/ilyam8)) - Improve context load [#&#8203;16659](https://togithub.com/netdata/netdata/pull/16659) ([stelfrag](https://togithub.com/stelfrag)) - Shutdown dbengine event loop properly [#&#8203;16658](https://togithub.com/netdata/netdata/pull/16658) ([stelfrag](https://togithub.com/stelfrag)) - docs: Correct chart_labels summary [#&#8203;16656](https://togithub.com/netdata/netdata/pull/16656) ([sepek](https://togithub.com/sepek)) - Fix coverity issues [#&#8203;16655](https://togithub.com/netdata/netdata/pull/16655) ([stelfrag](https://togithub.com/stelfrag)) - Fix overrun in crc32set [#&#8203;16654](https://togithub.com/netdata/netdata/pull/16654) ([stelfrag](https://togithub.com/stelfrag)) - Necessary changes for Learn [#&#8203;16651](https://togithub.com/netdata/netdata/pull/16651) ([Ancairon](https://togithub.com/Ancairon)) - docs: add a few examples how to query Netdata logs using journalctl [#&#8203;16650](https://togithub.com/netdata/netdata/pull/16650) ([ilyam8](https://togithub.com/ilyam8)) - increase max response size to 100MiB [#&#8203;16649](https://togithub.com/netdata/netdata/pull/16649) ([ktsaou](https://togithub.com/ktsaou)) - rename bundle dashboard scripts [#&#8203;16648](https://togithub.com/netdata/netdata/pull/16648) ([ilyam8](https://togithub.com/ilyam8)) - update bundled UI to v6.72.0 [#&#8203;16647](https://togithub.com/netdata/netdata/pull/16647) ([ilyam8](https://togithub.com/ilyam8)) - Fix compilation error when using --disable-dbengine [#&#8203;16645](https://togithub.com/netdata/netdata/pull/16645) ([stelfrag](https://togithub.com/stelfrag)) - Create alerts-configuration-manager.md [#&#8203;16642](https://togithub.com/netdata/netdata/pull/16642) ([sashwathn](https://togithub.com/sashwathn)) - Add extra build flags to CMakeLists.txt. [#&#8203;16641](https://togithub.com/netdata/netdata/pull/16641) ([Ferroin](https://togithub.com/Ferroin)) - Assorted cleanup of native packaging code. [#&#8203;16640](https://togithub.com/netdata/netdata/pull/16640) ([Ferroin](https://togithub.com/Ferroin)) - Update artifact-handling actions to latest version. [#&#8203;16639](https://togithub.com/netdata/netdata/pull/16639) ([Ferroin](https://togithub.com/Ferroin)) - cmake: make WEB_DIR configurable [#&#8203;16638](https://togithub.com/netdata/netdata/pull/16638) ([ilyam8](https://togithub.com/ilyam8)) - Remove code relying on autotools. [#&#8203;16634](https://togithub.com/netdata/netdata/pull/16634) ([vkalintiris](https://togithub.com/vkalintiris)) - docs: add "Rootless mode" to Docker install guide [#&#8203;16632](https://togithub.com/netdata/netdata/pull/16632) ([ilyam8](https://togithub.com/ilyam8)) - eBPF cgroup update [#&#8203;16630](https://togithub.com/netdata/netdata/pull/16630) ([thiagoftsm](https://togithub.com/thiagoftsm)) - Correctly handle basic permissions for most scripts on install. [#&#8203;16629](https://togithub.com/netdata/netdata/pull/16629) ([Ferroin](https://togithub.com/Ferroin)) - Fix UB of unaligned loads/stores and signed shifts. [#&#8203;16628](https://togithub.com/netdata/netdata/pull/16628) ([vkalintiris](https://togithub.com/vkalintiris)) - cgroups: filter lxcfs.service/.control [#&#8203;16620](https://togithub.com/netdata/netdata/pull/16620) ([ilyam8](https://togithub.com/ilyam8)) - Fix coverity issues, logically dead code and error checking [#&#8203;16618](https://togithub.com/netdata/netdata/pull/16618) ([stelfrag](https://togithub.com/stelfrag)) - Added energy efficiency img README.md [#&#8203;16617](https://togithub.com/netdata/netdata/pull/16617) ([Aliki92](https://togithub.com/Aliki92)) - Fix small coverity issue [#&#8203;16616](https://togithub.com/netdata/netdata/pull/16616) ([stelfrag](https://togithub.com/stelfrag)) - ndsudo - a helper to run privileged commands [#&#8203;16614](https://togithub.com/netdata/netdata/pull/16614) ([ktsaou](https://togithub.com/ktsaou)) - Robustness improvements to netdata-updater.sh [#&#8203;16613](https://togithub.com/netdata/netdata/pull/16613) ([candlerb](https://togithub.com/candlerb)) - Remove assert [#&#8203;16611](https://togithub.com/netdata/netdata/pull/16611) ([stelfrag](https://togithub.com/stelfrag)) - Remove CPack stuff from CMake [#&#8203;16608](https://togithub.com/netdata/netdata/pull/16608) ([vkalintiris](https://togithub.com/vkalintiris)) - Remove includes outside of libnetdata. [#&#8203;16607](https://togithub.com/netdata/netdata/pull/16607) ([vkalintiris](https://togithub.com/vkalintiris)) - Fix (and improve) Coverity scanning. [#&#8203;16605](https://togithub.com/netdata/netdata/pull/16605) ([Ferroin](https://togithub.com/Ferroin)) - Delete memory mode "map" and "save". [#&#8203;16604](https://togithub.com/netdata/netdata/pull/16604) ([vkalintiris](https://togithub.com/vkalintiris)) - remove v1 dashboard version check from installer [#&#8203;16603](https://togithub.com/netdata/netdata/pull/16603) ([ilyam8](https://togithub.com/ilyam8)) - fix not assigned proc_count in installer [#&#8203;16602](https://togithub.com/netdata/netdata/pull/16602) ([ilyam8](https://togithub.com/ilyam8)) - i </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-21 14:20:28 -04:00
tag: v1.45.0@sha256:bdf5d3025cf6c2d75f91a567d70b0ac35d0cc6d9bd51bf32b42a2fb8f42dc306
pullPolicy: IfNotPresent
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:
main:
enabled: true
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
primary: true
configmap:
configs:
enabled: true
data:
netdata-conf: |-
[global]
memory mode = dbengine
dbengine multihost disk space = 4096
page cache size = 64
go-d-conf: |-
modules:
k8s_state: yes
go-d-k8s-state-conf: |-
jobs:
- name: k8s_state
update_every: 1
rbac:
main:
enabled: true
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
primary: true
rules:
- apiGroups:
- ""
resources:
- "pods"
- "nodes"
- "nodes/metrics"
# - "services" # used by agent service discovery
# - "configmaps" # used by agent service discovery
# - "secrets" # used by agent service discovery
verbs:
- "get"
- "list"
- "watch"
chore(ci): Improved lint speed (#8809) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> TODO: Switch to scripted checks (To replace ct-list's tasks): - [x] Helm Lint - [x] Version Checking - [x] Run the lint inside the devcontainer (so it have the below tools available) - [x] YAML Schema check on Chart.yaml - [ ] Maintener check on Chart.yaml (Moved to another PR in the future) - [x] YAML Lint on Chart.yaml - [x] YAML Lint on values.yaml - [x] Sort output of lint results (failed on the bottom) - [x] Combine verify deps in the lint job, since the verification runs inside the fetch dep (which runs on lint job too) - [x] Remove one of the 2 "get changed" functions (one based on tags other on commit) After that, move linting to single step https://github.com/helm/chart-testing/blob/main/pkg/tool/linter.go https://github.com/helm/chart-testing/blob/main/pkg/tool/account.go **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-05-23 04:26:41 -04:00
- apiGroups:
- ""
resources:
- "namespaces"
verbs:
- "get"
service:
main:
ports:
main:
port: 19999
targetPort: 19999
persistence:
config:
enabled: true
mountPath: "/etc/netdata"
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
targetSelectAll: true
lib:
enabled: true
mountPath: "/var/lib/netdata"
cache:
enabled: true
mountPath: "/var/cache/netdata"
passwd:
enabled: true
type: hostPath
hostPath: "/etc/passwd"
mountPath: "/host/etc/passwd"
readOnly: true
group:
enabled: true
type: hostPath
hostPath: "/etc/group"
mountPath: "/host/etc/group"
readOnly: true
proc:
enabled: true
type: hostPath
hostPath: "/proc"
mountPath: "/host/proc"
readOnly: true
dev:
enabled: true
type: hostPath
hostPath: "/dev"
mountPath: "/host/dev"
readOnly: true
sys:
enabled: true
type: hostPath
hostPath: "/sys"
mountPath: "/host/sys"
readOnly: true
os:
enabled: true
type: hostPath
hostPath: "/etc/os-release"
mountPath: "/host/etc/os-release"
readOnly: true
netdata-configs:
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
enabled: true
mountPath: "/etc/netdata/truecharts-defaults/.netdata.conf"
subPath: "netdata-conf"
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
type: configmap
objectName: configs
targetSelectAll: true
go-d-configs:
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
enabled: true
mountPath: "/etc/netdata/truecharts-defaults/.go.d.conf"
subPath: "go-d-conf"
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
type: configmap
objectName: configs
targetSelectAll: true
go-d-k8s-state-configs:
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
enabled: true
mountPath: "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf"
subPath: "go-d-k8s-state-conf"
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
type: configmap
objectName: configs
targetSelectAll: true
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
capabilities:
add:
- SYS_PTRACE
runAsUser: 0
runAsGroup: 0
fsGroup: 201
workload:
main:
podSpec:
fix(netdata): automount sa token (#11052) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ 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 **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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 corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-07-30 14:56:12 -04:00
automountServiceAccountToken: true
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
initContainers:
create-config:
enabled: true
imageSelector: image
type: init
chore(ci): Improved lint speed (#8809) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> TODO: Switch to scripted checks (To replace ct-list's tasks): - [x] Helm Lint - [x] Version Checking - [x] Run the lint inside the devcontainer (so it have the below tools available) - [x] YAML Schema check on Chart.yaml - [ ] Maintener check on Chart.yaml (Moved to another PR in the future) - [x] YAML Lint on Chart.yaml - [x] YAML Lint on values.yaml - [x] Sort output of lint results (failed on the bottom) - [x] Combine verify deps in the lint job, since the verification runs inside the fetch dep (which runs on lint job too) - [x] Remove one of the 2 "get changed" functions (one based on tags other on commit) After that, move linting to single step https://github.com/helm/chart-testing/blob/main/pkg/tool/linter.go https://github.com/helm/chart-testing/blob/main/pkg/tool/account.go **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-05-23 04:26:41 -04:00
command:
- /bin/bash
- -c
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
args:
- |-
copy_config () {
local confSource="$1"
local confTarget="$2"
local dirTarget
dirTarget="$(dirname "${confTarget}")"
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
if [ ! -f "$confTarget" ]; then
if [ ! -d "${dirTarget}" ]; then
mkdir -p "$dirTarget"
fi;
cp "$confSource" "$confTarget"
echo "Content of $(basename "${confTarget}")"
cat "$confTarget"
else
echo "Config $confTarget exists, skipping..."
fi;
}
export -f copy_config
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-04-11 06:07:17 -04:00
copy_config "/etc/netdata/truecharts-defaults/.netdata.conf" "/etc/netdata/netdata.conf"
copy_config "/etc/netdata/truecharts-defaults/.go.d.conf" "/etc/netdata/go.d.conf"
copy_config "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf" "/etc/netdata/go.d/k8s_state.conf"
containers:
main:
probes:
liveness:
path: "/api/v1/info"
readiness:
path: "/api/v1/info"
startup:
path: "/api/v1/info"
env:
MY_NODE_NAME:
fieldRef:
fieldPath: spec.nodeName
MY_POD_NAMESPACE:
fieldRef:
fieldPath: metadata.namespace
MY_POD_NAME:
fieldRef:
fieldPath: metadata.name
NETDATA_CLAIM_URL: ""
NETDATA_CLAIM_TOKEN: ""
NETDATA_CLAIM_ROOMS: ""