Skip to content

Commit 5395e7a

Browse files
committed
fix: make helm-install does not install the latest(v0.0.2) image
1 parent cb197d8 commit 5395e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ coverage: # Code coverage.
343343
manifests:
344344
cd crd && make manifests && make generate
345345

346-
HELM_IMAGE_TAG ?= v0.0.1
346+
HELM_IMAGE_TAG ?= v0.0.2
347347

348348
# basic/node-level mode
349349
helm-install: manifests

0 commit comments

Comments
 (0)