Skip to content

Commit

Permalink
Merge branch 'bump_kubevirt_device_plugin' into 'master'
Browse files Browse the repository at this point in the history
Bump kubevirt device plugin to v1.2.4

See merge request nvidia/kubernetes/gpu-operator!946
  • Loading branch information
cdesiniotis committed Nov 14, 2023
2 parents bf9a571 + 5d46e5d commit 9685955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ spec:
- name: vfio-manager-image
image: nvcr.io/nvidia/cuda@sha256:2e6ef1722d56a3390d037fe0770a0b8b9d8851e44ad870d650ed8b602df599dd
- name: sandbox-device-plugin-image
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:1f2c9317858169d78638c2a7a4c0afa7a4e25cf5883bbbb7a79ee77fc6c832f9
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:387021553dfb16aab633228d42f63f04fa932b4f46add07527f296dfe97e5148
- name: vgpu-device-manager-image
image: nvcr.io/nvidia/cloud-native/vgpu-device-manager@sha256:925f4a47710e4318ed457930f5406174c1f6d28b1bf6b1bc310687fec0fde712
customresourcedefinitions:
Expand Down Expand Up @@ -920,7 +920,7 @@ spec:
- name: "VFIO_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cuda@sha256:2e6ef1722d56a3390d037fe0770a0b8b9d8851e44ad870d650ed8b602df599dd"
- name: "SANDBOX_DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:1f2c9317858169d78638c2a7a4c0afa7a4e25cf5883bbbb7a79ee77fc6c832f9"
value: "nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:387021553dfb16aab633228d42f63f04fa932b4f46add07527f296dfe97e5148"
- name: "VGPU_DEVICE_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/vgpu-device-manager@sha256:925f4a47710e4318ed457930f5406174c1f6d28b1bf6b1bc310687fec0fde712"
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 @@ -451,7 +451,7 @@ sandboxDevicePlugin:
enabled: true
repository: nvcr.io/nvidia
image: kubevirt-gpu-device-plugin
version: v1.2.3
version: v1.2.4
imagePullPolicy: IfNotPresent
imagePullSecrets: []
args: []
Expand Down

0 comments on commit 9685955

Please sign in to comment.