c1ce06609b
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [netdata/netdata](https://netdata.cloud) ([source](https://togithub.com/netdata/netdata)) | patch | `v1.45.1` -> `v1.45.2` | --- > [!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.2`](https://togithub.com/netdata/netdata/releases/tag/v1.45.2) [Compare Source](https://togithub.com/netdata/netdata/compare/v1.45.1...v1.45.2) Netdata v1.45.2 is a patch release to address issues discovered since [v1.45.1](https://togithub.com/netdata/netdata/releases/tag/v1.45.1). This patch release provides the following bug fixes and updates: - Improved PostgreSQL/MySQL local listener discovery to automatically check for connections using both TCP and Unix sockets, enabling support for passwordless Unix socket connections ([#​17304](https://togithub.com/netdata/netdata/pull/17304) [#​17305](https://togithub.com/netdata/netdata/pull/17305), [@​ilyam8](https://togithub.com/ilyam8)) - Fixed an issue that prevented negative matching of host/chart labels in alert configurations ([#​17290](https://togithub.com/netdata/netdata/pull/17290) [#​17292](https://togithub.com/netdata/netdata/pull/17292), [@​ktsaou](https://togithub.com/ktsaou)) - Improved go.d.plugin stability by preventing Netdata from shutting down the entire plugin due to an issue with registering jobs for unregistered modules ([#​17289](https://togithub.com/netdata/netdata/pull/17289), [@​ilyam8](https://togithub.com/ilyam8)) - Improved go.d.plugin HTTP requests now include a UserAgent string, enhancing identification in server log ([#​17286](https://togithub.com/netdata/netdata/pull/17286), [@​ilyam8](https://togithub.com/ilyam8)) - Improved Nginx discovery in go.d.plugin by automatically trying multiple status endpoints when discovering Nginx containers ([#​17285](https://togithub.com/netdata/netdata/pull/17285), [@​ilyam8](https://togithub.com/ilyam8)) - Fixed a go.d.plugin panic that could occur when using the Unbound collector with TLS ([#​17283](https://togithub.com/netdata/netdata/pull/17283), [@​ilyam8](https://togithub.com/ilyam8)) - Fixed a libyaml linking issue ([#​17276](https://togithub.com/netdata/netdata/pull/17276), [@​Ferroin](https://togithub.com/Ferroin)) - Improved go.d.plugin configuration validation, preventing unexpected or invalid options through dynamic configurations ([#​17269](https://togithub.com/netdata/netdata/pull/17269), [@​ilyam8](https://togithub.com/ilyam8)) #### Support options <a id="v1452-support-options"></a> As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels: - [Netdata Learn](https://learn.netdata.cloud): Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata. - [GitHub Issues](https://togithub.com/netdata/netdata/issues): Make use of the Netdata repository to report bugs or open a new feature request. - [GitHub Discussions](https://togithub.com/netdata/netdata/discussions): Join the conversation around the Netdata development process and be a part of it. - [Community Forums](https://community.netdata.cloud/): Visit the Community Forums and contribute to the collaborative knowledge base. - [Discord Server](https://discord.gg/2eduZdSeC7): Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
195 lines
4.8 KiB
YAML
195 lines
4.8 KiB
YAML
image:
|
|
repository: netdata/netdata
|
|
tag: v1.45.2@sha256:cadfd5cc0735af463ec505141d7e9d7f57f01f9f96a54034e105204e38b19fc7
|
|
pullPolicy: IfNotPresent
|
|
# -- The service account the pods will use to interact with the Kubernetes API
|
|
serviceAccount:
|
|
main:
|
|
enabled: true
|
|
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
|
|
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"
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- "namespaces"
|
|
verbs:
|
|
- "get"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 19999
|
|
targetPort: 19999
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/etc/netdata"
|
|
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:
|
|
enabled: true
|
|
mountPath: "/etc/netdata/truecharts-defaults/.netdata.conf"
|
|
subPath: "netdata-conf"
|
|
type: configmap
|
|
objectName: configs
|
|
targetSelectAll: true
|
|
go-d-configs:
|
|
enabled: true
|
|
mountPath: "/etc/netdata/truecharts-defaults/.go.d.conf"
|
|
subPath: "go-d-conf"
|
|
type: configmap
|
|
objectName: configs
|
|
targetSelectAll: true
|
|
go-d-k8s-state-configs:
|
|
enabled: true
|
|
mountPath: "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf"
|
|
subPath: "go-d-k8s-state-conf"
|
|
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:
|
|
automountServiceAccountToken: true
|
|
initContainers:
|
|
create-config:
|
|
enabled: true
|
|
imageSelector: image
|
|
type: init
|
|
command:
|
|
- /bin/bash
|
|
- -c
|
|
args:
|
|
- |-
|
|
copy_config () {
|
|
local confSource="$1"
|
|
local confTarget="$2"
|
|
local dirTarget
|
|
dirTarget="$(dirname "${confTarget}")"
|
|
|
|
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
|
|
|
|
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: ""
|