kubezero/Makefile
2021-01-03 16:33:13 +01:00

15 lines
182 B
Makefile

BUCKET ?= zero-downtime
BUCKET_PREFIX ?= /cloudbender/distfiles
FILES ?= distfiles.txt
.PHONY: clean update
all: update
clean:
rm -f kube*.tgz
update:
./script/update_helm.sh