Skip to content

Commit 10ea77b

Browse files
committed
tests: Use unique tags in run-in-kind to ensure deployments/pods get
rolled Signed-off-by: John Strunk <[email protected]>
1 parent 8b5e57d commit 10ea77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/run-in-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ make docker-build cli
2020
# Load the images into kind
2121
# We are using a special tag that should never be pushed to a repo so that it's
2222
# obvious if we try to run a container other than these intended ones.
23-
KIND_TAG=local-build
23+
KIND_TAG=local-$(date +%s)
2424
IMAGES=(
2525
"quay.io/backube/volsync"
2626
)

0 commit comments

Comments
 (0)