cozystack/packages/system/coredns/Makefile
Andrei Kvapil 51d0001589
move Makefiles to hack
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-11-25 18:23:30 +01:00

10 lines
255 B
Makefile

export NAME=coredns
export NAMESPACE=kube-system
include ../../../hack/package.mk
update:
rm -rf charts
helm repo add cozy-coredns https://coredns.github.io/helm
helm repo update cozy-coredns
helm pull cozy-coredns/coredns --untar --untardir charts