Skip to content

Commit

Permalink
Merge branch 'bump_toolkit_v1.7.1' into 'master'
Browse files Browse the repository at this point in the history
Bump container toolkit to v1.7.1 for fixes related to containerd config and...

See merge request nvidia/kubernetes/gpu-operator!306
  • Loading branch information
shivamerla committed Sep 21, 2021
2 parents e755430 + 8a85ee3 commit 436f89d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/gpu-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ metadata:
"repository": "nvcr.io/nvidia/k8s",
"resources": {},
"securityContext": {},
"version": "sha256:8f9517b4c83b8730c40134df385088be41519b585176c66727ff6f181ae5e703"
"version": "sha256:b0c84b47d5f95000a842b823ad33dc9aa28f0edfa6d9565c289b61cb1d4a9934"
},
"validator": {
"image": "gpu-operator-validator",
Expand Down Expand Up @@ -252,7 +252,7 @@ spec:
- name: dcgm-image
image: nvcr.io/nvidia/cloud-native/dcgm@sha256:28f334d6d5ca6e5cad2cf05a255989834128c952e3c181e6861bd033476d4b2c
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:8f9517b4c83b8730c40134df385088be41519b585176c66727ff6f181ae5e703
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:b0c84b47d5f95000a842b823ad33dc9aa28f0edfa6d9565c289b61cb1d4a9934
- name: driver-image
image: nvcr.io/nvidia/driver@sha256:a62de5e843a41c65cf837e7db5f5b675d03fa2de05e981a859b114336cf183e3
- name: device-plugin-image
Expand Down
2 changes: 1 addition & 1 deletion config/samples/v1_clusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
enabled: true
repository: nvcr.io/nvidia/k8s
image: container-toolkit
version: 1.6.0-ubi8
version: 1.7.1-ubi8
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
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 @@ -128,7 +128,7 @@ toolkit:
enabled: true
repository: nvcr.io/nvidia/k8s
image: container-toolkit
version: 1.6.0-ubuntu18.04
version: 1.7.1-ubuntu18.04
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand Down

0 comments on commit 436f89d

Please sign in to comment.