Fix metallb Makefile

This commit is contained in:
Marian Koreniuk 2024-04-17 23:28:40 +03:00 committed by GitHub
parent 23ce7480c2
commit 9d4aacc832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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