Skip to content

Commit

Permalink
Merge branch 'bump-vgpu-device-manager' into 'master'
Browse files Browse the repository at this point in the history
Bump vgpu-device-manager to v0.2.3

See merge request nvidia/kubernetes/gpu-operator!737
  • Loading branch information
cdesiniotis committed Jul 25, 2023
2 parents 99f0ee5 + b254ed9 commit 2f0a166
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 @@ -185,7 +185,7 @@ spec:
- name: sandbox-device-plugin-image
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:9484110986c80ab83bc404066ca4b7be115124ec04ca16bce775403e92bfd890
- name: vgpu-device-manager-image
image: nvcr.io/nvidia/cloud-native/vgpu-device-manager@sha256:20d56dfd99c2edea14b9ecf8c13987b0256940de2dfaa4a5bc4f608da6f02b53
image: nvcr.io/nvidia/cloud-native/vgpu-device-manager@sha256:bf06c8ad380a36e5014607bd3ab05b80e8e5e7e77d23d0dd89fe53a5564152fa
- name: gds-driver-image
image: nvcr.io/nvidia/cloud-native/nvidia-fs@sha256:68f9c6c008e08c5a5584b842d1d3e82f2bf27e2bc7e275b899848a7d57fffd8c
customresourcedefinitions:
Expand Down Expand Up @@ -829,7 +829,7 @@ spec:
- name: "SANDBOX_DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:9484110986c80ab83bc404066ca4b7be115124ec04ca16bce775403e92bfd890"
- name: "VGPU_DEVICE_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/vgpu-device-manager@sha256:20d56dfd99c2edea14b9ecf8c13987b0256940de2dfaa4a5bc4f608da6f02b53"
value: "nvcr.io/nvidia/cloud-native/vgpu-device-manager@sha256:bf06c8ad380a36e5014607bd3ab05b80e8e5e7e77d23d0dd89fe53a5564152fa"
- name: "GDS_IMAGE"
value: "nvcr.io/nvidia/cloud-native/nvidia-fs@sha256:68f9c6c008e08c5a5584b842d1d3e82f2bf27e2bc7e275b899848a7d57fffd8c"
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 @@ -389,7 +389,7 @@ vgpuDeviceManager:
enabled: true
repository: nvcr.io/nvidia/cloud-native
image: vgpu-device-manager
version: "v0.2.2"
version: "v0.2.3"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand Down

0 comments on commit 2f0a166

Please sign in to comment.