Skip to content

Commit

Permalink
Merge branch 'bump_versions_for_1.6.2' into 'master'
Browse files Browse the repository at this point in the history
Bump toolkit version and chart versions for 1.6.2

See merge request nvidia/kubernetes/gpu-operator!193
  • Loading branch information
shivamerla committed Mar 11, 2021
2 parents 0b0c34c + 25a212f commit 5d98ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployments/gpu-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: gpu-operator
version: 1.6.1
version: 1.6.2
kubeVersion: ">= 1.16.0-0"
description: NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
appVersion: "1.6.1"
appVersion: "1.6.2"
icon: https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png
sources:
- https://github.com/NVIDIA/gpu-operator
Expand Down
4 changes: 2 additions & 2 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ operator:
repository: nvcr.io/nvidia
image: gpu-operator
# If version is not specified, then default is to use chart.AppVersion
#version: 1.6.1
#version: 1.6.2
imagePullPolicy: IfNotPresent
imagePullSecrets: []
defaultRuntime: docker
Expand Down Expand Up @@ -71,7 +71,7 @@ driver:
toolkit:
repository: nvcr.io/nvidia/k8s
image: container-toolkit
version: 1.4.6-ubuntu18.04
version: 1.4.7-ubuntu18.04
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand Down

0 comments on commit 5d98ca9

Please sign in to comment.