Files
truecharts/charts/stable/dashdot/values.yaml
T
TrueCharts Bot 7328b1dd66 chore(helm): update image docker.io/mauricenino/dashdot 6.1.0 → 6.2.0 (#38245)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mauricenino/dashdot](https://redirect.github.com/MauriceNino/dashdot)
| minor | `077c81e` -> `161ac9b` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>MauriceNino/dashdot (docker.io/mauricenino/dashdot)</summary>

###
[`v6.2.0`](https://redirect.github.com/MauriceNino/dashdot/releases/tag/v6.2.0)

[Compare
Source](https://redirect.github.com/MauriceNino/dashdot/compare/v6.1.0...v6.2.0)

##### Bug Fixes

- auto sizing for chart not working on load
([6b88601](https://redirect.github.com/MauriceNino/dashdot/commit/6b88601f27962ff512a541e2cc1a4edaf1d6506b))
- **docs:** update configuration url in readme
([#&#8203;1227](https://redirect.github.com/MauriceNino/dashdot/issues/1227))
([1941c26](https://redirect.github.com/MauriceNino/dashdot/commit/1941c26ee51045a4b97f189add40678c2bdc10b7))
- report host os instead of container os
([#&#8203;1233](https://redirect.github.com/MauriceNino/dashdot/issues/1233))
([508c832](https://redirect.github.com/MauriceNino/dashdot/commit/508c83297fced763cd7ad1f4f3bee04603f423d5)),
closes
[#&#8203;1232](https://redirect.github.com/MauriceNino/dashdot/issues/1232)

##### Features

- added sub/root/base path routing
([#&#8203;1229](https://redirect.github.com/MauriceNino/dashdot/issues/1229))
([70c26d0](https://redirect.github.com/MauriceNino/dashdot/commit/70c26d0dcafcda6dbb97fbbe64816602323ab63b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-10 17:09:32 +02:00

106 lines
3.7 KiB
YAML

image:
repository: docker.io/mauricenino/dashdot
tag: 6.2.0@sha256:161ac9b0c3f37ec29605b5d496c531d5932dfffd446a678be3a515a90347f25a
pullPolicy: IfNotPresent
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
capabilities:
add:
- SYS_ADMIN
- SYS_RAWIO
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10044
protocol: http
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
DASHDOT_PORT: "{{ .Values.service.main.ports.main.port}}"
# User Defined
# DASHDOT_WIDGET_LIST: os,cpu,storage,ram,network# DASHDOT_ACCEPT_OOKLA_EULA: true
# DASHDOT_USE_IMPERIAL: false
# DASHDOT_DISABLE_INTEGRATIONS: false
# DASHDOT_SHOW_HOST: true
# DASHDOT_ALWAYS_SHOW_PERCENTAGES: false
# DASHDOT_FS_TYPE_FILTER: "cifs,9p,fuse.rclone,fuse.mergerfs"
# DASHDOT_FS_DEVICE_FILTER: "sda,sdb"
# DASHDOT_FS_VIRTUAL_MOUNTS: ""
# DASHDOT_OS_LABEL_LIST: "os,arch,up_since"
# DASHDOT_OS_WIDGET_GROW: "1.5"
# DASHDOT_OS_WIDGET_MIN_WIDTH: "300"
# DASHDOT_ENABLE_CPU_TEMPS: false
# DASHDOT_CPU_LABEL_LIST: "brand,model,cores,threads,frequency"
# DASHDOT_CPU_WIDGET_GROW: "4"
# DASHDOT_CPU_WIDGET_MIN_WIDTH: "500"
# DASHDOT_CPU_DATAPOINTS: "20"
# DASHDOT_CPU_POLL_INTERVAL: "1000"
# DASHDOT_STORAGE_LABEL_LIST: "brand,size,type"
# DASHDOT_STORAGE_WIDGET_GROW: "3.5"
# DASHDOT_STORAGE_WIDGET_MIN_WIDTH: "500"
# DASHDOT_STORAGE_POLL_INTERVAL: "60000"
# DASHDOT_ENABLE_STORAGE_SPLIT_VIEW: false
# DASHDOT_RAM_LABEL_LIST: "brand,size,type,frequency"
# DASHDOT_RAM_WIDGET_GROW: "4"
# DASHDOT_RAM_WIDGET_MIN_WIDTH: "500"
# DASHDOT_RAM_DATAPOINTS: "20"
# DASHDOT_RAM_POLL_INTERVAL: "1000"
# DASHDOT_USE_NETWORK_INTERFACE: ""
# DASHDOT_SPEED_TEST_INTERVAL: "60"
# DASHDOT_NETWORK_LABEL_LIST: "type,speed_up,speed_down,interface_speed"
# DASHDOT_NETWORK_WIDGET_GROW: "6"
# DASHDOT_NETWORK_WIDGET_MIN_WIDTH: "500"
# DASHDOT_NETWORK_DATAPOINTS: "20"
# DASHDOT_NETWORK_POLL_INTERVAL: "1000"
# DASHDOT_OVERRIDE_OS: ""
# DASHDOT_OVERRIDE_ARCH: ""
# DASHDOT_OVERRIDE_CPU_BRAND: ""
# DASHDOT_OVERRIDE_CPU_MODEL: ""
# DASHDOT_OVERRIDE_CPU_CORES: ""
# DASHDOT_OVERRIDE_CPU_THREADS: ""
# DASHDOT_OVERRIDE_CPU_FREQUENCY: ""
# DASHDOT_OVERRIDE_RAM_BRAND: ""
# DASHDOT_OVERRIDE_RAM_SIZE: ""
# DASHDOT_OVERRIDE_RAM_TYPE: ""
# DASHDOT_OVERRIDE_RAM_FREQUENCY: ""
# DASHDOT_OVERRIDE_NETWORK_SPEED_UP: ""
# DASHDOT_OVERRIDE_NETWORK_SPEED_DOWN: ""
# DASHDOT_OVERRIDE_NETWORK_INTERFACE_SPEED: ""
# DASHDOT_OVERRIDE_NETWORK_PUBLIC_IP: ""
# DASHDOT_OVERRIDE_STORAGE_BRANDS: ""
# DASHDOT_OVERRIDE_STORAGE_SIZES: ""
# DASHDOT_OVERRIDE_STORAGE_TYPES: ""
persistence:
host-mnt:
enabled: true
type: hostPath
hostPath: "/"
mountPath: /mnt/host
readOnly: true
mem:
enabled: true
type: hostPath
hostPath: /dev/mem
mountPath: /dev/mem
readOnly: true