diff --git a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml index de937cb02..cc7689a81 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.1' + olm.skipRange: '>=1.9.0 <24.6.2' alm-examples: |- [ { @@ -195,7 +195,7 @@ metadata: provider: NVIDIA repository: http://github.com/NVIDIA/gpu-operator support: NVIDIA - name: gpu-operator-certified.v24.6.1 + name: gpu-operator-certified.v24.6.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -207,7 +207,7 @@ spec: - name: dcgm-image image: nvcr.io/nvidia/cloud-native/dcgm@sha256:15dab1273345df4a5844c4c761d064dbc4b592101251dc39174e597137123027 - name: container-toolkit-image - image: nvcr.io/nvidia/k8s/container-toolkit@sha256:f95ef6a0c377e011bc0561c7d2c2bf32e45106fb0ba91ae9a10f97236ded0581 + image: nvcr.io/nvidia/k8s/container-toolkit@sha256:7bcc188703f2fac630f7a4ff8960e6733ac3a29adf6a946533b796d9a27b8acf - name: driver-image image: nvcr.io/nvidia/driver@sha256:858de27c152669f5a3cf4287406405b16dd5bb70c0373324eb735511997bb415 - name: driver-image-535 @@ -860,7 +860,7 @@ spec: - name: "GFD_IMAGE" value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534" - name: "CONTAINER_TOOLKIT_IMAGE" - value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:f95ef6a0c377e011bc0561c7d2c2bf32e45106fb0ba91ae9a10f97236ded0581" + value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:7bcc188703f2fac630f7a4ff8960e6733ac3a29adf6a946533b796d9a27b8acf" - name: "DCGM_IMAGE" value: "nvcr.io/nvidia/cloud-native/dcgm@sha256:15dab1273345df4a5844c4c761d064dbc4b592101251dc39174e597137123027" - name: "DCGM_EXPORTER_IMAGE" @@ -917,5 +917,5 @@ spec: maturity: stable provider: name: NVIDIA Corporation - version: 24.6.1 - replaces: gpu-operator-certified.v24.6.0 + version: 24.6.2 + replaces: gpu-operator-certified.v24.6.1 diff --git a/deployments/gpu-operator/values.yaml b/deployments/gpu-operator/values.yaml index 544f0f136..00f191084 100644 --- a/deployments/gpu-operator/values.yaml +++ b/deployments/gpu-operator/values.yaml @@ -231,7 +231,7 @@ toolkit: enabled: true repository: nvcr.io/nvidia/k8s image: container-toolkit - version: v1.16.1-ubuntu20.04 + version: v1.16.2-ubuntu20.04 imagePullPolicy: IfNotPresent imagePullSecrets: [] env: [] diff --git a/versions.mk b/versions.mk index aea41afaf..c5f5f9f21 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.1 +VERSION ?= v24.6.2 GOLANG_VERSION ?= 1.22.5