update helm deps and add makefile rule

This commit is contained in:
pat-s 2023-07-17 21:26:45 +02:00
parent 00433b97c4
commit ede76d4b68
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
3 changed files with 16 additions and 11 deletions

View file

@ -10,3 +10,8 @@ readme: prepare-environment
.PHONY: unittests
unittests:
helm unittest --strict -f 'unittests/**/*.yaml' ./
.PHONY: helm
update-helm-dependencies:
helm dependency update