Newer
Older
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