Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5dbaf02203
commit
db18efe27c
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [node-exporter-1.0.28](https://github.com/truecharts/charts/compare/node-exporter-1.0.27...node-exporter-1.0.28) (2023-06-23)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/node-exporter to v1.6.0 ([#9842](https://github.com/truecharts/charts/issues/9842))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [node-exporter-1.0.29](https://github.com/truecharts/charts/compare/node-exporter-1.0.28...node-exporter-1.0.29) (2023-06-24)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [node-exporter-1.0.28](https://github.com/truecharts/charts/compare/node-exporter-1.0.27...node-exporter-1.0.28) (2023-06-23)
|
## [node-exporter-1.0.28](https://github.com/truecharts/charts/compare/node-exporter-1.0.27...node-exporter-1.0.28) (2023-06-23)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -92,8 +97,3 @@
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/node-exporter to v1.6.0 ([#9626](https://github.com/truecharts/charts/issues/9626))
|
- 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))
|
- 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))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ name: node-exporter
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
|
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.28
|
version: 1.0.29
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
|
@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||||
- See the [Website](https://truecharts.org)
|
- See the [Website](https://truecharts.org)
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [node-exporter-1.0.29](https://github.com/truecharts/charts/compare/node-exporter-1.0.28...node-exporter-1.0.29) (2023-06-24)
|
||||||
|
|
|
@ -17,8 +17,9 @@ workload:
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
args:
|
args:
|
||||||
- --path.procfs=/host/proc
|
- --path.rootfs=/host
|
||||||
- --path.sysfs=/host/sys
|
- --path.procfs=/hostproc
|
||||||
|
- --path.sysfs=/hostsys
|
||||||
- --web.listen-address=0.0.0.0:{{ .Values.service.main.ports.main.port }}
|
- --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-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.ignored-fs-types="^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"
|
||||||
|
@ -44,18 +45,21 @@ podOptions:
|
||||||
persistence:
|
persistence:
|
||||||
host:
|
host:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
hostPath: /
|
hostPath: /
|
||||||
mountPath: /host
|
mountPath: /host
|
||||||
readOnly: true
|
readOnly: true
|
||||||
proc:
|
proc:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
hostPath: /proc
|
hostPath: /proc
|
||||||
mountPath: /host/proc
|
mountPath: /hostproc
|
||||||
readOnly: true
|
readOnly: true
|
||||||
sys:
|
sys:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
hostPath: /sys
|
hostPath: /sys
|
||||||
mountPath: /host/sys
|
mountPath: /hostsys
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
metrics:
|
metrics:
|
|
@ -995,14 +995,14 @@ questions:
|
||||||
attrs:
|
attrs:
|
||||||
- variable: cpu
|
- variable: cpu
|
||||||
label: CPU
|
label: CPU
|
||||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 4000m
|
default: 4000m
|
||||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: RAM
|
label: RAM
|
||||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 8Gi
|
default: 8Gi
|
||||||
|
@ -1016,7 +1016,7 @@ questions:
|
||||||
attrs:
|
attrs:
|
||||||
- variable: cpu
|
- variable: cpu
|
||||||
label: CPU
|
label: CPU
|
||||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 10m
|
default: 10m
|
||||||
|
@ -1024,7 +1024,7 @@ questions:
|
||||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: "RAM"
|
label: "RAM"
|
||||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 50Mi
|
default: 50Mi
|
Loading…
Reference in New Issue