Files
cozystack/packages/system/metallb/Makefile
2024-04-23 09:32:32 +02:00

11 lines
240 B
Makefile

NAME=metallb
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
update:
rm -rf charts
helm repo add metallb https://metallb.github.io/metallb
helm repo update metallb
helm pull metallb/metallb --untar --untardir charts