Skip to content

Commit 391dd63

Browse files
Add DRIVER_VERSION & FORCE_REINSTALL fields for avoiding driver reinstalls
Signed-off-by: Karthik Vetrivel <[email protected]>
1 parent 84ae15d commit 391dd63

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

deployments/gpu-operator/values.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,16 @@ driver:
195195
# to ensure k8s-driver-manager stays compatible with gpu-operator starting from v24.3.0
196196
version: v0.8.1
197197
imagePullPolicy: IfNotPresent
198-
env: []
199-
env: []
198+
env:
199+
- name: DRIVER_VERSION
200+
value: "580.82.07"
201+
- name: FORCE_REINSTALL
202+
value: "false"
203+
env:
204+
- name: DRIVER_VERSION
205+
value: "580.82.07"
206+
- name: FORCE_REINSTALL
207+
value: "false"
200208
resources: {}
201209
# Private mirror repository configuration
202210
repoConfig:

0 commit comments

Comments
 (0)