Skip to content

Commit 7dfd0ef

Browse files
sarroutbimaugustosilva
authored andcommitted
Recover helm-build option
Resolves: #58 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 2016b1b commit 7dfd0ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ docker-push: ## Pushes a previously built docker container
196196

197197
helm: helm-keylime helm-crds helm-controller ## Builds all helm charts
198198

199+
.PHONY: helm-build
200+
helm-build: helm-keylime
201+
199202
.PHONY: helm-clean
200203
helm-clean: helm-keylime-clean helm-crds-clean helm-controller-clean ## Cleans all packaged helm charts
201204

0 commit comments

Comments
 (0)