File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : gpu-operator
3
- version : 1.6.1
3
+ version : 1.6.2
4
4
kubeVersion : " >= 1.16.0-0"
5
5
description : NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
6
- appVersion : " 1.6.1 "
6
+ appVersion : " 1.6.2 "
7
7
icon : https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png
8
8
sources :
9
9
- https://github.com/NVIDIA/gpu-operator
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ operator:
12
12
repository : nvcr.io/nvidia
13
13
image : gpu-operator
14
14
# If version is not specified, then default is to use chart.AppVersion
15
- # version: 1.6.1
15
+ # version: 1.6.2
16
16
imagePullPolicy : IfNotPresent
17
17
imagePullSecrets : []
18
18
defaultRuntime : docker
@@ -71,7 +71,7 @@ driver:
71
71
toolkit :
72
72
repository : nvcr.io/nvidia/k8s
73
73
image : container-toolkit
74
- version : 1.4.6 -ubuntu18.04
74
+ version : 1.4.7 -ubuntu18.04
75
75
imagePullPolicy : IfNotPresent
76
76
imagePullSecrets : []
77
77
env : []
You can’t perform that action at this time.
0 commit comments