Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-24 11:38:44 +00:00
parent db18efe27c
commit 02dddc8288
13 changed files with 21 additions and 16 deletions

View File

@ -1,4 +0,0 @@
## [node-exporter-1.0.29](https://github.com/truecharts/charts/compare/node-exporter-1.0.28...node-exporter-1.0.29) (2023-06-24)

View File

@ -4,6 +4,15 @@
## [node-exporter-1.0.30](https://github.com/truecharts/charts/compare/node-exporter-1.0.29...node-exporter-1.0.30) (2023-06-24)
### Bug
- replace deprecated flags ([#9857](https://github.com/truecharts/charts/issues/9857))
## [node-exporter-1.0.29](https://github.com/truecharts/charts/compare/node-exporter-1.0.28...node-exporter-1.0.29) (2023-06-24)
@ -88,12 +97,3 @@
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))
## [node-exporter-1.0.25](https://github.com/truecharts/charts/compare/node-exporter-1.0.22...node-exporter-1.0.25) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/node-exporter to v1.6.0 ([#9626](https://github.com/truecharts/charts/issues/9626))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))

View File

@ -21,7 +21,7 @@ name: node-exporter
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
type: application
version: 1.0.29
version: 1.0.30
annotations:
truecharts.org/catagories: |
- metrics

View File

@ -0,0 +1,9 @@
## [node-exporter-1.0.30](https://github.com/truecharts/charts/compare/node-exporter-1.0.29...node-exporter-1.0.30) (2023-06-24)
### Bug
- replace deprecated flags ([#9857](https://github.com/truecharts/charts/issues/9857))

View File

@ -21,8 +21,8 @@ workload:
- --path.procfs=/hostproc
- --path.sysfs=/hostsys
- --web.listen-address=0.0.0.0:{{ .Values.service.main.ports.main.port }}
- --collector.filesystem.ignored-mount-points="^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/.+|var/db/system/.+|mnt/[a-zA-Z0-9-_\\.]+/ix-applications/.+)($|/)"
- --collector.filesystem.ignored-fs-types="^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"
- --collector.filesystem.mount-points-exclude="^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/.+|var/db/system/.+|mnt/[a-zA-Z0-9-_\\.]+/ix-applications/.+)($|/)"
- --collector.filesystem.fs-types-exclude="^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"
- --collector.netdev.device-exclude="^veth.*$"
- --collector.netclass.ignored-devices="^veth.*$"
probes: