Skip to content

Commit

Permalink
Merge pull request #77 from NVIDIA/bump-ver
Browse files Browse the repository at this point in the history
bump k8s-kata-manager version to v0.2.2
  • Loading branch information
tariq1890 authored Oct 15, 2024
2 parents 68e19b1 + 161458a commit 2195b29
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.1
image: nvcr.io/nvidia/cloud-native/k8s-kata-manager:v0.2.2
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.1
VERSION ?= v0.2.2

REGISTRY ?= nvcr.io/nvidia

Expand Down

0 comments on commit 2195b29

Please sign in to comment.