Skip to content

Commit

Permalink
Merge pull request #1008 from NVIDIA/bump-version-24.6.2
Browse files Browse the repository at this point in the history
Bump project version to 24.6.2
  • Loading branch information
cdesiniotis authored Sep 24, 2024
2 parents 0d77853 + 297f3f6 commit 3d38cb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
[
{
Expand Down Expand Up @@ -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: {}
Expand All @@ -207,7 +207,7 @@ spec:
- name: dcgm-image
image: nvcr.io/nvidia/cloud-native/dcgm@sha256:7b0ebd6c40a11b6484dc4385605372511e4e93132a44d2a3d6ec2e36c24e6783
- 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:514209d2d574afd2ee0c7c96eeb95260ad9bc071f376435f45110af65da1a5bf
- name: driver-image-535
Expand Down Expand Up @@ -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:7b0ebd6c40a11b6484dc4385605372511e4e93132a44d2a3d6ec2e36c24e6783"
- name: "DCGM_EXPORTER_IMAGE"
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.7

Expand Down

0 comments on commit 3d38cb9

Please sign in to comment.