Skip to content

Commit 4db0523

Browse files
committed
Merge branch 'update_chart_version' into 'master'
Update chart version to 1.5.0 See merge request nvidia/kubernetes/gpu-operator!158
2 parents 403c514 + 0c745be commit 4db0523

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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.4.0
3+
version: 1.5.0
44
kubeVersion: ">= 1.13.0-0"
55
description: NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
6-
appVersion: "1.4.0"
6+
appVersion: "1.5.0"
77
icon: https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png
88
sources:
99
- https://github.com/NVIDIA/gpu-operator

deployments/gpu-operator/values.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ operator:
1212
repository: nvcr.io/nvidia
1313
image: gpu-operator
1414
# If version is not specified, then default is to use chart.AppVersion
15-
#version: 1.4.0
15+
#version: 1.5.0
1616
imagePullPolicy: IfNotPresent
1717
imagePullSecrets: []
1818
defaultRuntime: docker
19-
deployGFD: true
19+
# Indicates if attached GPU mode is passthrough/vgpu
20+
defaultGPUMode: passthrough
2021
validator:
2122
image: cuda-sample
2223
repository: nvcr.io/nvidia/k8s
@@ -65,7 +66,7 @@ driver:
6566
toolkit:
6667
repository: nvcr.io/nvidia/k8s
6768
image: container-toolkit
68-
version: 1.4.0-ubuntu18.04
69+
version: 1.4.2-ubuntu18.04
6970
imagePullPolicy: IfNotPresent
7071
imagePullSecrets: []
7172
env: []
@@ -90,7 +91,7 @@ toolkit:
9091
devicePlugin:
9192
repository: nvcr.io/nvidia
9293
image: k8s-device-plugin
93-
version: v0.7.1
94+
version: v0.7.3
9495
imagePullPolicy: IfNotPresent
9596
imagePullSecrets: []
9697
args:

0 commit comments

Comments
 (0)