Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ spec:
- name: dcgm-exporter-image
image: nvcr.io/nvidia/k8s/dcgm-exporter:4.6.0-4.8.3-distroless@sha256:613ab03c11d442fd960ff515f547e9921537454a712d08160bc8f677f89f1c35
- name: dcgm-image
image: nvcr.io/nvidia/cloud-native/dcgm:4.6.0-1-ubi10@sha256:92080d86d04c265f7fc0b8e1cd95dff94d3ab57de6a6474c3c483e4c2ada5dea
image: nvcr.io/nvidia/cloud-native/dcgm:4.6.1-1-ubi10@sha256:039e197a2c5c8866a0ea0c14f6a9c5847e73d4f4154d5a8ac8e9b1f1f3ce5c11
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit:v1.20.0@sha256:f8c647d581f7c8b178efdb7e6c94f5fb6eb12ebc05e2157fa314d327560fcb7a
- name: driver-image
Expand Down Expand Up @@ -1122,7 +1122,7 @@ spec:
- name: "CONTAINER_TOOLKIT_IMAGE"
value: "nvcr.io/nvidia/k8s/container-toolkit:v1.20.0@sha256:f8c647d581f7c8b178efdb7e6c94f5fb6eb12ebc05e2157fa314d327560fcb7a"
- name: "DCGM_IMAGE"
value: "nvcr.io/nvidia/cloud-native/dcgm:4.6.0-1-ubi10@sha256:92080d86d04c265f7fc0b8e1cd95dff94d3ab57de6a6474c3c483e4c2ada5dea"
value: "nvcr.io/nvidia/cloud-native/dcgm:4.6.1-1-ubi10@sha256:039e197a2c5c8866a0ea0c14f6a9c5847e73d4f4154d5a8ac8e9b1f1f3ce5c11"
- name: "DCGM_EXPORTER_IMAGE"
value: "nvcr.io/nvidia/k8s/dcgm-exporter:4.6.0-4.8.3-distroless@sha256:613ab03c11d442fd960ff515f547e9921537454a712d08160bc8f677f89f1c35"
- name: "DEVICE_PLUGIN_IMAGE"
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ dcgm:
enabled: false
repository: nvcr.io/nvidia/cloud-native
image: dcgm
version: 4.6.0-1-ubuntu24.04
version: 4.6.1-1-ubuntu24.04
imagePullPolicy: IfNotPresent
args: []
env: []
Expand Down