Skip to content

Commit dacb1f4

Browse files
authored
Merge pull request #907 from NVIDIA/cherry-pick-v24.6.1
Cherry picks for 24.6.1 release
2 parents 8d51c9a + 7d98f6a commit dacb1f4

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- uses: actions/checkout@v4
219219
name: Check out code
220220
- name: Set up Holodeck
221-
uses: NVIDIA/holodeck@main
221+
uses: NVIDIA/holodeck@v0.2.1
222222
with:
223223
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
224224
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -270,7 +270,7 @@ jobs:
270270
- uses: actions/checkout@v4
271271
name: Check out code
272272
- name: Set up Holodeck
273-
uses: NVIDIA/holodeck@main
273+
uses: NVIDIA/holodeck@v0.2.1
274274
with:
275275
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
276276
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

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

+8-8
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.0'
21+
olm.skipRange: '>=1.9.0 <24.6.1'
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.0
198+
name: gpu-operator-certified.v24.6.1
199199
namespace: placeholder
200200
spec:
201201
apiservicedefinitions: {}
@@ -215,9 +215,9 @@ spec:
215215
- name: driver-image-470
216216
image: nvcr.io/nvidia/driver@sha256:07e11f85d54d49ec9648fb06e148b8d832ee1f9c3549a915eee853c9ef2949c2
217217
- name: device-plugin-image
218-
image: nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a
218+
image: nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534
219219
- name: gpu-feature-discovery-image
220-
image: nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a
220+
image: nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534
221221
- name: mig-manager-image
222222
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:781fb47e264d9e0fbc8da5bd046e5e678316c866bc36ddd4b56d4eb0de682d5b
223223
- name: init-container-image
@@ -858,15 +858,15 @@ spec:
858858
- name: "VALIDATOR_IMAGE"
859859
value: "registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:main-latest-ubi8"
860860
- name: "GFD_IMAGE"
861-
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a"
861+
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534"
862862
- name: "CONTAINER_TOOLKIT_IMAGE"
863863
value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:f95ef6a0c377e011bc0561c7d2c2bf32e45106fb0ba91ae9a10f97236ded0581"
864864
- name: "DCGM_IMAGE"
865865
value: "nvcr.io/nvidia/cloud-native/dcgm@sha256:15dab1273345df4a5844c4c761d064dbc4b592101251dc39174e597137123027"
866866
- name: "DCGM_EXPORTER_IMAGE"
867867
value: "nvcr.io/nvidia/k8s/dcgm-exporter@sha256:21f4c8b88716e8e6f732f9fb4c2efaef937c227491a8631c5e55036f80f39a4d"
868868
- name: "DEVICE_PLUGIN_IMAGE"
869-
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a"
869+
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534"
870870
- name: "DRIVER_IMAGE"
871871
value: "nvcr.io/nvidia/driver@sha256:858de27c152669f5a3cf4287406405b16dd5bb70c0373324eb735511997bb415"
872872
- name: "DRIVER_IMAGE-535"
@@ -917,5 +917,5 @@ spec:
917917
maturity: stable
918918
provider:
919919
name: NVIDIA Corporation
920-
version: 24.6.0
921-
replaces: gpu-operator-certified.v24.3.0
920+
version: 24.6.1
921+
replaces: gpu-operator-certified.v24.6.0

deployments/gpu-operator/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ devicePlugin:
242242
enabled: true
243243
repository: nvcr.io/nvidia
244244
image: k8s-device-plugin
245-
version: v0.16.1-ubi8
245+
version: v0.16.2-ubi8
246246
imagePullPolicy: IfNotPresent
247247
imagePullSecrets: []
248248
args: []
@@ -337,7 +337,7 @@ gfd:
337337
enabled: true
338338
repository: nvcr.io/nvidia
339339
image: k8s-device-plugin
340-
version: v0.16.1-ubi8
340+
version: v0.16.2-ubi8
341341
imagePullPolicy: IfNotPresent
342342
imagePullSecrets: []
343343
env:

versions.mk

+1-1
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.0
20+
VERSION ?= v24.6.1
2121

2222
GOLANG_VERSION ?= 1.22.5
2323

0 commit comments

Comments
 (0)