diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c3b9a3e95..5f7bc1fe9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -218,7 +218,7 @@ jobs: - uses: actions/checkout@v4 name: Check out code - name: Set up Holodeck - uses: NVIDIA/holodeck@main + uses: NVIDIA/holodeck@v0.2.1 with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -270,7 +270,7 @@ jobs: - uses: actions/checkout@v4 name: Check out code - name: Set up Holodeck - uses: NVIDIA/holodeck@main + uses: NVIDIA/holodeck@v0.2.1 with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml index 0307c41d1..253edf40d 100644 --- a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml +++ b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml @@ -18,7 +18,7 @@ metadata: features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" - olm.skipRange: '>=1.9.0 <24.6.0' + olm.skipRange: '>=1.9.0 <24.6.1' alm-examples: |- [ { @@ -195,7 +195,7 @@ metadata: provider: NVIDIA repository: http://github.com/NVIDIA/gpu-operator support: NVIDIA - name: gpu-operator-certified.v24.6.0 + name: gpu-operator-certified.v24.6.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -215,9 +215,9 @@ spec: - name: driver-image-470 image: nvcr.io/nvidia/driver@sha256:07e11f85d54d49ec9648fb06e148b8d832ee1f9c3549a915eee853c9ef2949c2 - name: device-plugin-image - image: nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a + image: nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534 - name: gpu-feature-discovery-image - image: nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a + image: nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534 - name: mig-manager-image image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:781fb47e264d9e0fbc8da5bd046e5e678316c866bc36ddd4b56d4eb0de682d5b - name: init-container-image @@ -858,7 +858,7 @@ spec: - name: "VALIDATOR_IMAGE" value: "registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:main-latest-ubi8" - name: "GFD_IMAGE" - value: "nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a" + value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534" - name: "CONTAINER_TOOLKIT_IMAGE" value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:f95ef6a0c377e011bc0561c7d2c2bf32e45106fb0ba91ae9a10f97236ded0581" - name: "DCGM_IMAGE" @@ -866,7 +866,7 @@ spec: - name: "DCGM_EXPORTER_IMAGE" value: "nvcr.io/nvidia/k8s/dcgm-exporter@sha256:21f4c8b88716e8e6f732f9fb4c2efaef937c227491a8631c5e55036f80f39a4d" - name: "DEVICE_PLUGIN_IMAGE" - value: "nvcr.io/nvidia/k8s-device-plugin@sha256:f85fd6e328e36d4737bf394bf8bd69bec793656af686ca0491f28730d9b96d1a" + value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534" - name: "DRIVER_IMAGE" value: "nvcr.io/nvidia/driver@sha256:858de27c152669f5a3cf4287406405b16dd5bb70c0373324eb735511997bb415" - name: "DRIVER_IMAGE-535" @@ -917,5 +917,5 @@ spec: maturity: stable provider: name: NVIDIA Corporation - version: 24.6.0 - replaces: gpu-operator-certified.v24.3.0 + version: 24.6.1 + replaces: gpu-operator-certified.v24.6.0 diff --git a/deployments/gpu-operator/values.yaml b/deployments/gpu-operator/values.yaml index 8009810b0..abb5e958b 100644 --- a/deployments/gpu-operator/values.yaml +++ b/deployments/gpu-operator/values.yaml @@ -242,7 +242,7 @@ devicePlugin: enabled: true repository: nvcr.io/nvidia image: k8s-device-plugin - version: v0.16.1-ubi8 + version: v0.16.2-ubi8 imagePullPolicy: IfNotPresent imagePullSecrets: [] args: [] @@ -337,7 +337,7 @@ gfd: enabled: true repository: nvcr.io/nvidia image: k8s-device-plugin - version: v0.16.1-ubi8 + version: v0.16.2-ubi8 imagePullPolicy: IfNotPresent imagePullSecrets: [] env: diff --git a/versions.mk b/versions.mk index 23c06f32d..aea41afaf 100644 --- a/versions.mk +++ b/versions.mk @@ -17,7 +17,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= v24.6.0 +VERSION ?= v24.6.1 GOLANG_VERSION ?= 1.22.5