Skip to content

Commit

Permalink
Merge branch 'upd-k8s-driver-mgr' into 'master'
Browse files Browse the repository at this point in the history
[k8s-driver-manager] update k8s-driver-manager to v0.6.3

See merge request nvidia/kubernetes/gpu-operator!887
  • Loading branch information
tariq1890 committed Oct 11, 2023
2 parents 7d6ee71 + a8a840f commit 6bf198f
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 @@ -177,7 +177,7 @@ spec:
- name: gpu-operator-validator-image
image: registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:master-latest-ubi8
- name: k8s-driver-manager-image
image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:bb845160b32fd12eb3fae3e830d2e6a7780bc7405e0d8c5b816242d48be9daa8
image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:0cd1b51221d7df0baa32cd194bd0ee958924e8f06c723654e7aafe8964854936
- name: vfio-manager-image
image: nvcr.io/nvidia/cuda@sha256:64c0ff5fd4a27d4b1d46378634f7a7398c75f87c18c70c988dde18910d461560
- name: sandbox-device-plugin-image
Expand Down Expand Up @@ -813,7 +813,7 @@ spec:
- name: "DRIVER_IMAGE-470"
value: "nvcr.io/nvidia/driver@sha256:b4517810f2884f345b4f2323e83e41d28f54cdc6e2caf0690bb7ed4f3947dbcc"
- name: "DRIVER_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:bb845160b32fd12eb3fae3e830d2e6a7780bc7405e0d8c5b816242d48be9daa8"
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:0cd1b51221d7df0baa32cd194bd0ee958924e8f06c723654e7aafe8964854936"
- name: "MIG_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:2a8a1f5e6147f2c019328dabe35d67188728ed294597c447602566d5ae6078a6"
- name: "CUDA_BASE_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 @@ -177,7 +177,7 @@ driver:
manager:
image: k8s-driver-manager
repository: nvcr.io/nvidia/cloud-native
version: v0.6.2
version: v0.6.3
imagePullPolicy: IfNotPresent
env:
- name: ENABLE_GPU_POD_EVICTION
Expand Down

0 comments on commit 6bf198f

Please sign in to comment.