Skip to content

Commit 5d98ca9

Browse files
committed
Merge branch 'bump_versions_for_1.6.2' into 'master'
Bump toolkit version and chart versions for 1.6.2 See merge request nvidia/kubernetes/gpu-operator!193
2 parents 0b0c34c + 25a212f commit 5d98ca9

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

deployments/gpu-operator/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.6.1
15+
#version: 1.6.2
1616
imagePullPolicy: IfNotPresent
1717
imagePullSecrets: []
1818
defaultRuntime: docker
@@ -71,7 +71,7 @@ driver:
7171
toolkit:
7272
repository: nvcr.io/nvidia/k8s
7373
image: container-toolkit
74-
version: 1.4.6-ubuntu18.04
74+
version: 1.4.7-ubuntu18.04
7575
imagePullPolicy: IfNotPresent
7676
imagePullSecrets: []
7777
env: []

0 commit comments

Comments
 (0)