Skip to content

Commit

Permalink
Merge branch 'update_chart_version' into 'master'
Browse files Browse the repository at this point in the history
Update chart version to 1.5.0

See merge request nvidia/kubernetes/gpu-operator!158
  • Loading branch information
shivamerla committed Jan 13, 2021
2 parents 403c514 + 0c745be commit 4db0523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.4.0
version: 1.5.0
kubeVersion: ">= 1.13.0-0"
description: NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
appVersion: "1.4.0"
appVersion: "1.5.0"
icon: https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png
sources:
- https://github.com/NVIDIA/gpu-operator
Expand Down
9 changes: 5 additions & 4 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ operator:
repository: nvcr.io/nvidia
image: gpu-operator
# If version is not specified, then default is to use chart.AppVersion
#version: 1.4.0
#version: 1.5.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []
defaultRuntime: docker
deployGFD: true
# Indicates if attached GPU mode is passthrough/vgpu
defaultGPUMode: passthrough
validator:
image: cuda-sample
repository: nvcr.io/nvidia/k8s
Expand Down Expand Up @@ -65,7 +66,7 @@ driver:
toolkit:
repository: nvcr.io/nvidia/k8s
image: container-toolkit
version: 1.4.0-ubuntu18.04
version: 1.4.2-ubuntu18.04
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand All @@ -90,7 +91,7 @@ toolkit:
devicePlugin:
repository: nvcr.io/nvidia
image: k8s-device-plugin
version: v0.7.1
version: v0.7.3
imagePullPolicy: IfNotPresent
imagePullSecrets: []
args:
Expand Down

0 comments on commit 4db0523

Please sign in to comment.