From 1afcab805a68be4391e964609e4fa4b8b99247f4 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 16 Jul 2024 13:55:14 -0700 Subject: [PATCH] Bump project version to v0.2.1 Signed-off-by: Christopher Desiniotis --- example/daemonset/daemonset.yaml | 2 +- versions.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/daemonset/daemonset.yaml b/example/daemonset/daemonset.yaml index 315a75f..cefedfa 100644 --- a/example/daemonset/daemonset.yaml +++ b/example/daemonset/daemonset.yaml @@ -24,7 +24,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - image: nvcr.io/nvidia/cloud-native/k8s-kata-manager:v0.2.0 + image: nvcr.io/nvidia/cloud-native/k8s-kata-manager:v0.2.1 imagePullPolicy: Always name: k8s-kata-manager resources: {} diff --git a/versions.mk b/versions.mk index 6bbed32..1b77a36 100644 --- a/versions.mk +++ b/versions.mk @@ -14,7 +14,7 @@ NAME := k8s-kata-manager MODULE := github.com/NVIDIA/$(NAME) -VERSION ?= v0.2.0 +VERSION ?= v0.2.1 REGISTRY ?= nvcr.io/nvidia