Skip to content

Commit

Permalink
add driver 570.86.15 to helm chart and OLM bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Jan 29, 2025
1 parent 3e33cd9 commit b332280
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ sign:ngc-gpu-operator-validator:
OPERATOR_IMAGE: "${STAGING_REGISTRY}/gpu-operator"
VALIDATOR_VERSION: "${CI_COMMIT_SHORT_SHA}"
VALIDATOR_IMAGE: "${STAGING_REGISTRY}/gpu-operator-validator"
TARGET_DRIVER_VERSION: "565.57.01"
TARGET_DRIVER_VERSION: "550.144.03"

.e2e_tests:
extends:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,11 @@ spec:
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:d934033f9ff89087d555850eb1da150eaaa27b11e5ad21db1b874b8bc0b8d35b
- name: driver-image
image: nvcr.io/nvidia/driver@sha256:550e44fc7e400e9700e6f85201408dad5f40270b6635787f8fd983350b976963
- name: driver-image-550
image: nvcr.io/nvidia/driver@sha256:6fe74322562c726c8fade184d8c45ebae3da7b1ea0a21f0ff9dc42c66c65e692
- name: driver-image-535
image: nvcr.io/nvidia/driver@sha256:026f8f2d29b7058ecaaa5b98666e28e1b3646b73e7d7cda3dc8026d47a929152
- name: driver-image-560
image: nvcr.io/nvidia/driver@sha256:38b66a8d44cab9e2c62da9e101f32cd9dbcb5e02d8e57b47671284d374ca3695
- name: driver-image-565
image: nvcr.io/nvidia/driver@sha256:d55b57938866e538acc3a71ca32f8cf87e71c591abd4a34695ee428e7ec2fa73
- name: device-plugin-image
image: nvcr.io/nvidia/k8s-device-plugin@sha256:7089559ce6153018806857f5049085bae15b3bf6f1c8bd19d8b12f707d087dea
- name: gpu-feature-discovery-image
Expand Down Expand Up @@ -870,13 +868,11 @@ spec:
- name: "DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7089559ce6153018806857f5049085bae15b3bf6f1c8bd19d8b12f707d087dea"
- name: "DRIVER_IMAGE"
value: "nvcr.io/nvidia/driver@sha256:550e44fc7e400e9700e6f85201408dad5f40270b6635787f8fd983350b976963"
- name: "DRIVER_IMAGE-550"
value: "nvcr.io/nvidia/driver@sha256:6fe74322562c726c8fade184d8c45ebae3da7b1ea0a21f0ff9dc42c66c65e692"
- name: "DRIVER_IMAGE-535"
value: "nvcr.io/nvidia/driver@sha256:026f8f2d29b7058ecaaa5b98666e28e1b3646b73e7d7cda3dc8026d47a929152"
- name: "DRIVER_IMAGE-560"
value: "nvcr.io/nvidia/driver@sha256:38b66a8d44cab9e2c62da9e101f32cd9dbcb5e02d8e57b47671284d374ca3695"
- name: "DRIVER_IMAGE-565"
value: "nvcr.io/nvidia/driver@sha256:d55b57938866e538acc3a71ca32f8cf87e71c591abd4a34695ee428e7ec2fa73"
- name: "DRIVER_MANAGER_IMAGE"
value: "nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:b072c5793be65eee556eaff1b9cbbd115a1ef29982be95b2959adfcb4bc72382"
- name: "MIG_MANAGER_IMAGE"
Expand Down
2 changes: 1 addition & 1 deletion config/samples/nvidia_v1alpha1_nvidiadriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
driverType: gpu
repository: nvcr.io/nvidia
image: driver
version: "550.144.03"
version: "570.86.15"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
nodeSelector: {}
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ driver:
usePrecompiled: false
repository: nvcr.io/nvidia
image: driver
version: "550.144.03"
version: "570.86.15"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
startupProbe:
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/.definitions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TERRAFORM="terraform -chdir=${TERRAFORM_DIR}"
: ${LOG_DIR:="/tmp/logs"}
: ${PROJECT:="$(basename "${PROJECT_DIR}")"}
: ${TEST_NAMESPACE:="test-operator"}
: ${TARGET_DRIVER_VERSION:="565.57.01"}
: ${TARGET_DRIVER_VERSION:="550.144.03"}

: ${OPERATOR_IMAGE:="nvcr.io/nvidia/gpu-operator"}

Expand Down

0 comments on commit b332280

Please sign in to comment.