File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -425,13 +425,13 @@ kataManager:
425
425
- name : kata-qemu-nvidia-gpu
426
426
nodeSelector : {}
427
427
artifacts :
428
- url : nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535
428
+ url : nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535.54.03
429
429
pullSecret : " "
430
430
- name : kata-qemu-nvidia-gpu-snp
431
431
nodeSelector :
432
432
" nvidia.com/cc.capable " : " true"
433
433
artifacts :
434
- url : nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535-snp
434
+ url : nvcr.io/nvidia/cloud-native/kata-gpu-artifacts:ubuntu22.04-535.86.10 -snp
435
435
pullSecret : " "
436
436
repository : nvcr.io/nvidia/cloud-native
437
437
image : k8s-kata-manager
Original file line number Diff line number Diff line change 19
19
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20
20
VERSION ?= v0.1.0
21
21
22
- CUDA_VERSION ?= 12.1.1
22
+ CUDA_VERSION ?= 12.2.0
23
23
CUDA_SAMPLES_VERSION ?= 11.7.1
24
24
GOLANG_VERSION ?= 1.20.1
Original file line number Diff line number Diff line change 17
17
# To re-generate a bundle for another specific version without changing the standard setup, you can:
18
18
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
19
19
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20
- VERSION ?= v23.3.2
20
+ VERSION ?= v23.6.0
21
21
22
- CUDA_VERSION ?= 12.1.1
22
+ CUDA_VERSION ?= 12.2.0
23
23
GOLANG_VERSION ?= 1.20.1
24
24
25
25
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")
You can’t perform that action at this time.
0 commit comments