Skip to content

Commit 2195b29

Browse files
authored
Merge pull request #77 from NVIDIA/bump-ver
bump k8s-kata-manager version to v0.2.2
2 parents 68e19b1 + 161458a commit 2195b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/daemonset/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
fieldRef:
2525
apiVersion: v1
2626
fieldPath: spec.nodeName
27-
image: nvcr.io/nvidia/cloud-native/k8s-kata-manager:v0.2.1
27+
image: nvcr.io/nvidia/cloud-native/k8s-kata-manager:v0.2.2
2828
imagePullPolicy: Always
2929
name: k8s-kata-manager
3030
resources: {}

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
NAME := k8s-kata-manager
1616
MODULE := github.com/NVIDIA/$(NAME)
17-
VERSION ?= v0.2.1
17+
VERSION ?= v0.2.2
1818

1919
REGISTRY ?= nvcr.io/nvidia
2020

0 commit comments

Comments
 (0)