build: helm template k8up --namespace=k8up appuio/k8up \ -f k8up-config.yaml \ > k8up.yaml .PHONY: build update: helm repo update helm search repo k8up .PHONY: update