Skip to content

Commit 5b0f0a2

Browse files
committed
Merge branch 'bump_validator_v1.7.1' into 'master'
Bump validation versions to v1.7.1 too See merge request nvidia/kubernetes/gpu-operator!241
2 parents 3d1a073 + 305febf commit 5b0f0a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/samples/v1_clusterpolicy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
validator:
2121
repository: nvcr.io/nvidia/cloud-native
2222
image: gpu-operator-validator
23-
version: v1.7.0
23+
version: v1.7.1
2424
imagePullPolicy: IfNotPresent
2525
imagePullSecrets: []
2626
env: []

deployments/gpu-operator/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ psp:
1414
validator:
1515
repository: nvcr.io/nvidia/cloud-native
1616
image: gpu-operator-validator
17-
version: v1.7.0
17+
version: v1.7.1
1818
imagePullPolicy: IfNotPresent
1919
imagePullSecrets: []
2020
env: []
@@ -42,7 +42,7 @@ operator:
4242
repository: nvcr.io/nvidia
4343
image: gpu-operator
4444
# If version is not specified, then default is to use chart.AppVersion
45-
#version: v1.7.0
45+
#version: v1.7.1
4646
imagePullPolicy: IfNotPresent
4747
imagePullSecrets: []
4848
priorityClassName: system-node-critical

0 commit comments

Comments
 (0)