update helm deps and add makefile rule
This commit is contained in:
parent
00433b97c4
commit
ede76d4b68
3 changed files with 16 additions and 11 deletions
5
Makefile
5
Makefile
|
@ -10,3 +10,8 @@ readme: prepare-environment
|
|||
.PHONY: unittests
|
||||
unittests:
|
||||
helm unittest --strict -f 'unittests/**/*.yaml' ./
|
||||
|
||||
.PHONY: helm
|
||||
update-helm-dependencies:
|
||||
helm dependency update
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue