Skip to content

Commit 201a1da

Browse files
authored
Merge pull request #60 from cdesiniotis/version_bump
Bump to v1.2.0 and latest cuda base image
2 parents f7b0769 + 806a445 commit 201a1da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
ARG CUDA_IMAGE=cuda
28-
ARG CUDA_VERSION=11.6.1
28+
ARG CUDA_VERSION=11.7.1
2929
ARG BASE_DIST=ubi8
3030

3131
FROM golang:1.13 AS builder

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
DOCKER_REPO ?= "nvcr.io/nvidia/kubevirt-gpu-device-plugin"
28-
DOCKER_TAG ?= v1.1.1
28+
DOCKER_TAG ?= v1.2.0
2929

3030
build:
3131
go build -o nvidia-kubevirt-gpu-device-plugin kubevirt-gpu-device-plugin/cmd

manifests/nvidia-kubevirt-gpu-device-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
operator: Exists
2525
containers:
2626
- name: nvidia-kubevirt-gpu-dp-ctr
27-
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.1.1
27+
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.2.0
2828
securityContext:
2929
allowPrivilegeEscalation: false
3030
capabilities:

0 commit comments

Comments
 (0)