Skip to content

Commit

Permalink
Merge pull request #57 from cdesiniotis/bump-v0.2.1
Browse files Browse the repository at this point in the history
Bump project version to v0.2.1
  • Loading branch information
cdesiniotis authored Jul 16, 2024
2 parents b3c7be9 + 1afcab8 commit 8c9e9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/daemonset/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c9e9dd

Please sign in to comment.