Skip to content

Commit 1dda249

Browse files
authored
Merge pull request #1729 from NVIDIA/revert-c8063d470a1449a6c97c53ab16e4fdefdae29b95
Revert "updated DCGM exporter to distroless"
2 parents 1513b72 + e985e70 commit 1dda249

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ spec:
201201
- name: gpu-operator-image
202202
image: ghcr.io/nvidia/gpu-operator:main-latest
203203
- name: dcgm-exporter-image
204-
image: nvcr.io/nvidia/k8s/dcgm-exporter@sha256:a11db8b8dd314728c0657d581fc9df9233bde95b313a2d9fe0720730d4fcaff1
204+
image: nvcr.io/nvidia/k8s/dcgm-exporter@sha256:66af937cf0b8f7a637bcb761f5899b10c0c59a5efd4b1b5d43228a938fb10d87
205205
- name: dcgm-image
206206
image: nvcr.io/nvidia/cloud-native/dcgm@sha256:d42cd2afe032d9bfcb101cc2f739683b123a6c744f2732f221362a3cac776806
207207
- name: container-toolkit-image
@@ -915,7 +915,7 @@ spec:
915915
- name: "DCGM_IMAGE"
916916
value: "nvcr.io/nvidia/cloud-native/dcgm@sha256:d42cd2afe032d9bfcb101cc2f739683b123a6c744f2732f221362a3cac776806"
917917
- name: "DCGM_EXPORTER_IMAGE"
918-
value: "nvcr.io/nvidia/k8s/dcgm-exporter@sha256:a11db8b8dd314728c0657d581fc9df9233bde95b313a2d9fe0720730d4fcaff1"
918+
value: "nvcr.io/nvidia/k8s/dcgm-exporter@sha256:66af937cf0b8f7a637bcb761f5899b10c0c59a5efd4b1b5d43228a938fb10d87"
919919
- name: "DEVICE_PLUGIN_IMAGE"
920920
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:3c54348fe5a57e5700e7d8068e7531d2ef2d5f3ccb70c8f6bac0953432527abd"
921921
- name: "DRIVER_IMAGE"

deployments/gpu-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ dcgmExporter:
288288
enabled: true
289289
repository: nvcr.io/nvidia/k8s
290290
image: dcgm-exporter
291-
version: 4.4.1-4.5.2-distroless
291+
version: 4.4.1-4.5.2-ubuntu22.04
292292
imagePullPolicy: IfNotPresent
293293
env: []
294294
resources: {}

0 commit comments

Comments
 (0)