mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
Fix metallb Makefile
This commit is contained in:
@@ -5,6 +5,6 @@ include ../../hack/package-system.mk
|
||||
|
||||
update:
|
||||
rm -rf charts
|
||||
helm repo add $(NAME) https://$(NAME).github.io/$(NAME)
|
||||
helm repo update $(NAME)
|
||||
helm pull $(NAME)/$(NAME) --untar --untardir charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo update metallb
|
||||
helm pull metallb/metallb --untar --untardir charts
|
||||
|
||||
Reference in New Issue
Block a user