Skip to content

Commit 565ea35

Browse files
committed
Merge branch 'bump_version_1.5.1' into 'master'
Update gpu-operator image/chart versions to 1.5.1 See merge request nvidia/kubernetes/gpu-operator!165
2 parents 6c6315f + 949026c commit 565ea35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployments/gpu-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
22
name: gpu-operator
3-
version: 1.5.0
3+
version: 1.5.1
44
kubeVersion: ">= 1.13.0-0"
55
description: NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
6-
appVersion: "1.5.0"
6+
appVersion: "1.5.1"
77
icon: https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png
88
sources:
99
- https://github.com/NVIDIA/gpu-operator

deployments/gpu-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ driver:
6666
toolkit:
6767
repository: nvcr.io/nvidia/k8s
6868
image: container-toolkit
69-
version: 1.4.2-ubuntu18.04
69+
version: 1.4.3-ubuntu18.04
7070
imagePullPolicy: IfNotPresent
7171
imagePullSecrets: []
7272
env: []

0 commit comments

Comments
 (0)