Skip to content

Commit

Permalink
Merge branch 'cherry-picks-v23.6.0' into 'release-23.6'
Browse files Browse the repository at this point in the history
Cherry-picks for v23.6.0

See merge request nvidia/kubernetes/gpu-operator!751
  • Loading branch information
cdesiniotis committed Aug 4, 2023
2 parents 0c59a5e + 2106fe5 commit 25d6f8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,13 @@ kataManager:
- name: kata-qemu-nvidia-gpu
nodeSelector: {}
artifacts:
url: nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535
url: nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535.54.03
pullSecret: ""
- name: kata-qemu-nvidia-gpu-snp
nodeSelector:
"nvidia.com/cc.capable": "true"
artifacts:
url: nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535-snp
url: nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535.86.10-snp
pullSecret: ""
repository: nvcr.io/nvidia/cloud-native
image: k8s-kata-manager
Expand Down
2 changes: 1 addition & 1 deletion validator/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v0.1.0

CUDA_VERSION ?= 12.1.1
CUDA_VERSION ?= 12.2.0
CUDA_SAMPLES_VERSION ?= 11.7.1
GOLANG_VERSION ?= 1.20.1
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# 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 ?= v23.3.2
VERSION ?= v23.6.0

CUDA_VERSION ?= 12.1.1
CUDA_VERSION ?= 12.2.0
GOLANG_VERSION ?= 1.20.1

GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")

0 comments on commit 25d6f8d

Please sign in to comment.