mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
12 lines
285 B
Makefile
12 lines
285 B
Makefile
export NAME=metallb
|
|
export NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../../scripts/package.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
|
|
rm -rf charts/metallb/charts/frr-k8s
|