We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c6315f + 949026c commit 565ea35Copy full SHA for 565ea35
deployments/gpu-operator/Chart.yaml
@@ -1,9 +1,9 @@
1
apiVersion: v2
2
name: gpu-operator
3
-version: 1.5.0
+version: 1.5.1
4
kubeVersion: ">= 1.13.0-0"
5
description: NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
6
-appVersion: "1.5.0"
+appVersion: "1.5.1"
7
icon: https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png
8
sources:
9
- https://github.com/NVIDIA/gpu-operator
deployments/gpu-operator/values.yaml
@@ -66,7 +66,7 @@ driver:
66
toolkit:
67
repository: nvcr.io/nvidia/k8s
68
image: container-toolkit
69
- version: 1.4.2-ubuntu18.04
+ version: 1.4.3-ubuntu18.04
70
imagePullPolicy: IfNotPresent
71
imagePullSecrets: []
72
env: []
0 commit comments