Skip to content

Commit e4f1f5d

Browse files
authored
Merge pull request #1011 from NVIDIA/24.6.2-cherry-picks
Cherry-picks for 24.6.2
2 parents 99f0308 + 2f499ca commit e4f1f5d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/cnf: "false"
1919
features.operators.openshift.io/cni: "false"
2020
features.operators.openshift.io/csi: "false"
21-
olm.skipRange: '>=1.9.0 <24.6.1'
21+
olm.skipRange: '>=1.9.0 <24.6.2'
2222
alm-examples: |-
2323
[
2424
{
@@ -195,7 +195,7 @@ metadata:
195195
provider: NVIDIA
196196
repository: http://github.com/NVIDIA/gpu-operator
197197
support: NVIDIA
198-
name: gpu-operator-certified.v24.6.1
198+
name: gpu-operator-certified.v24.6.2
199199
namespace: placeholder
200200
spec:
201201
apiservicedefinitions: {}
@@ -207,7 +207,7 @@ spec:
207207
- name: dcgm-image
208208
image: nvcr.io/nvidia/cloud-native/dcgm@sha256:15dab1273345df4a5844c4c761d064dbc4b592101251dc39174e597137123027
209209
- name: container-toolkit-image
210-
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:f95ef6a0c377e011bc0561c7d2c2bf32e45106fb0ba91ae9a10f97236ded0581
210+
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:7bcc188703f2fac630f7a4ff8960e6733ac3a29adf6a946533b796d9a27b8acf
211211
- name: driver-image
212212
image: nvcr.io/nvidia/driver@sha256:858de27c152669f5a3cf4287406405b16dd5bb70c0373324eb735511997bb415
213213
- name: driver-image-535
@@ -860,7 +860,7 @@ spec:
860860
- name: "GFD_IMAGE"
861861
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534"
862862
- name: "CONTAINER_TOOLKIT_IMAGE"
863-
value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:f95ef6a0c377e011bc0561c7d2c2bf32e45106fb0ba91ae9a10f97236ded0581"
863+
value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:7bcc188703f2fac630f7a4ff8960e6733ac3a29adf6a946533b796d9a27b8acf"
864864
- name: "DCGM_IMAGE"
865865
value: "nvcr.io/nvidia/cloud-native/dcgm@sha256:15dab1273345df4a5844c4c761d064dbc4b592101251dc39174e597137123027"
866866
- name: "DCGM_EXPORTER_IMAGE"
@@ -917,5 +917,5 @@ spec:
917917
maturity: stable
918918
provider:
919919
name: NVIDIA Corporation
920-
version: 24.6.1
921-
replaces: gpu-operator-certified.v24.6.0
920+
version: 24.6.2
921+
replaces: gpu-operator-certified.v24.6.1

deployments/gpu-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ toolkit:
231231
enabled: true
232232
repository: nvcr.io/nvidia/k8s
233233
image: container-toolkit
234-
version: v1.16.1-ubuntu20.04
234+
version: v1.16.2-ubuntu20.04
235235
imagePullPolicy: IfNotPresent
236236
imagePullSecrets: []
237237
env: []

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# To re-generate a bundle for another specific version without changing the standard setup, you can:
1818
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20-
VERSION ?= v24.6.1
20+
VERSION ?= v24.6.2
2121

2222
GOLANG_VERSION ?= 1.22.5
2323

0 commit comments

Comments
 (0)