Skip to content

Commit 8c9e9dd

Browse files
authored
Merge pull request #57 from cdesiniotis/bump-v0.2.1
Bump project version to v0.2.1
2 parents b3c7be9 + 1afcab8 commit 8c9e9dd

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.0
27+
image: nvcr.io/nvidia/cloud-native/k8s-kata-manager:v0.2.1
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.0
17+
VERSION ?= v0.2.1
1818

1919
REGISTRY ?= nvcr.io/nvidia
2020

0 commit comments

Comments
 (0)