UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Makefile 435 B
Newer Older
andrew.greene's avatar
andrew.greene committed
update-chart:
	#export VERSION=0.53.0
	curl -sSLO https://github.com/kubevirt/kubevirt/releases/download/v${VERSION}/kubevirt-operator.yaml
	curl -sSLO https://github.com/kubevirt/kubevirt/releases/download/v${VERSION}/kubevirt-cr.yaml
	kustomize build -o chart/templates
	mv chart/templates/apiextensions.k8s.io_v1_customresourcedefinition_kubevirts.kubevirt.io.yaml chart/crds/

clean:
	rm -rf kubevirt-operator.yaml kubevirt-cr.yaml