Skip to content

Commit

Permalink
Fix HELM_IMAGE_TAG to v0.0.2 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
2kangin committed Mar 27, 2024
1 parent cb197d8 commit bfd371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ coverage: # Code coverage.
manifests:
cd crd && make manifests && make generate

HELM_IMAGE_TAG ?= v0.0.1
HELM_IMAGE_TAG ?= v0.0.2

# basic/node-level mode
helm-install: manifests
Expand Down

0 comments on commit bfd371c

Please sign in to comment.