Files
truecharts/charts/stable/nvidia-gpu-exporter/values.yaml
T
TrueCharts BotandGitHub efc9212352 chore(helm): update image docker.io/utkuozdemir/nvidia_gpu_exporter 1.4.0 → 1.4.1 (#40482)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/utkuozdemir/nvidia_gpu_exporter | patch | `6620ccf` ->
`b921d70` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-07 03:21:58 +02:00

88 lines
2.1 KiB
YAML

image:
repository: docker.io/utkuozdemir/nvidia_gpu_exporter
pullPolicy: IfNotPresent
tag: 1.4.1@sha256:b921d70484ea3dcb7bd6baee52befbe80f818f71067f4ba04013e96aaf563562
securityContext:
container:
privileged: true
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 9835
workload:
main:
type: DaemonSet
podSpec:
containers:
main:
args:
- --web.listen-address
- :{{ .Values.service.main.ports.main.port }}
- --web.telemetry-path
- "{{ .Values.metricsEndpoint }}"
- --nvidia-smi-command
- nvidia-smi
- --log.level
- "{{ .Values.logs.general.level }}"
- --log.format
- "{{ .Values.logs.general.format }}"
probes:
liveness:
path: "{{ .Values.metricsEndpoint }}"
port: main
readiness:
path: "{{ .Values.metricsEndpoint }}"
port: main
startup:
type: tcp
port: main
persistence:
nviaictl:
enabled: true
type: hostPath
hostPath: /dev/nvidiactl
mountPath: /dev/nvidiactl
readOnly: true
nvidia0:
enabled: true
type: hostPath
hostPath: /dev/nvidia0
mountPath: /dev/nvidia0
readOnly: true
nvidiasmi:
enabled: true
type: hostPath
hostPath: /usr/bin/nvidia-smi
mountPath: /usr/bin/nvidia-smi
readOnly: true
libnvidiamlso:
enabled: true
type: hostPath
hostPath: /usr/lib/x86_64-linux-gnu/libnvidia-ml.so
mountPath: /usr/lib/x86_64-linux-gnu/libnvidia-ml.so
readOnly: true
libnvidiamlso1:
enabled: true
type: hostPath
hostPath: /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1
mountPath: /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1
readOnly: true
metrics:
main:
enabled: true
type: "servicemonitor"
endpoints:
- port: main
path: "{{ .Values.metricsEndpoint }}"
metricsEndpoint: "/metrics"
logs:
general:
level: info
format: logfmt