diff --git a/services/monitoring/dcgm-exporter.yaml b/services/monitoring/dcgm-exporter.yaml index eaa3930..9a4a1d4 100644 --- a/services/monitoring/dcgm-exporter.yaml +++ b/services/monitoring/dcgm-exporter.yaml @@ -35,7 +35,7 @@ spec: - operator: Exists containers: - name: dcgm-exporter - image: docker.io/nvidia/dcgm-exporter:3.3.5-1-ubuntu22.04 + image: registry.bstein.dev/monitoring/dcgm:4.4.2-1-ubuntu22.04 imagePullPolicy: IfNotPresent ports: - name: metrics diff --git a/services/monitoring/kustomization.yaml b/services/monitoring/kustomization.yaml index 76263c1..3164862 100644 --- a/services/monitoring/kustomization.yaml +++ b/services/monitoring/kustomization.yaml @@ -10,5 +10,6 @@ resources: - grafana-dashboard-nodes.yaml - grafana-dashboard-storage.yaml - grafana-dashboard-network.yaml + - dcgm-exporter.yaml - grafana-folders.yaml - helmrelease.yaml