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

| Package | Update | Change |
|---|---|---|
| docker.io/utkuozdemir/nvidia_gpu_exporter | patch | `9c6180c` ->
`a5decf7` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-05-18 13:53:10 +00:00

88 lines
2.1 KiB
YAML

image:
repository: docker.io/utkuozdemir/nvidia_gpu_exporter
pullPolicy: IfNotPresent
tag: 1.3.2@sha256:a5decf7c2cac2428a9dcb6fc8e281a02941ba4889af42023dbf459b171ab1ca1
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