kubezero/Makefile

15 lines
182 B
Makefile
Raw Normal View History

BUCKET ?= zero-downtime
BUCKET_PREFIX ?= /cloudbender/distfiles
FILES ?= distfiles.txt
.PHONY: clean update
all: update
clean:
2021-01-03 15:33:13 +00:00
rm -f kube*.tgz
update:
./script/update_helm.sh