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 @@ -236,7 +236,7 @@ spec:
- name: kata-sandbox-device-plugin-image
image: nvcr.io/nvidia/cloud-native/nvidia-sandbox-device-plugin:v0.0.1@sha256:82d79b3488b7d937b613646a36ca6cf1584c79948d69d705d45013bc2720aeb4
- name: vgpu-device-manager-image
image: nvcr.io/nvidia/cloud-native/vgpu-device-manager:v0.4.1@sha256:098c01e11589e08ede9ffb3002d1c3dff424f0f0c5d1bfcbfd54a359073f16dd
image: nvcr.io/nvidia/cloud-native/vgpu-device-manager:v0.4.2@sha256:24892b0ee0ca924d3c644648e9f0e0fa80d238e2fb681b21913f32fd0af9cde7
- name: gdrcopy-image
image: nvcr.io/nvidia/cloud-native/gdrdrv:v2.5.1@sha256:5c4e61f7ba83d7a64ff2523d447c209ce5bde1ddc79acaf1f32f19620b4912d6
customresourcedefinitions:
Expand Down Expand Up @@ -948,7 +948,7 @@ spec:
- name: "KATA_SANDBOX_DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/cloud-native/nvidia-sandbox-device-plugin:v0.0.1@sha256:82d79b3488b7d937b613646a36ca6cf1584c79948d69d705d45013bc2720aeb4"
- name: "VGPU_DEVICE_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/vgpu-device-manager:v0.4.1@sha256:098c01e11589e08ede9ffb3002d1c3dff424f0f0c5d1bfcbfd54a359073f16dd"
value: "nvcr.io/nvidia/cloud-native/vgpu-device-manager:v0.4.2@sha256:24892b0ee0ca924d3c644648e9f0e0fa80d238e2fb681b21913f32fd0af9cde7"
- name: "GDRCOPY_IMAGE"
value: "nvcr.io/nvidia/cloud-native/gdrdrv:v2.5.1@sha256:5c4e61f7ba83d7a64ff2523d447c209ce5bde1ddc79acaf1f32f19620b4912d6"
terminationGracePeriodSeconds: 10
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 @@ -448,7 +448,7 @@ vgpuDeviceManager:
enabled: true
repository: nvcr.io/nvidia/cloud-native
image: vgpu-device-manager
version: v0.4.1
version: v0.4.2
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand Down