diff --git a/scripts/deploy-resources.sh b/scripts/deploy-resources.sh index 655a0702..abfa0391 100755 --- a/scripts/deploy-resources.sh +++ b/scripts/deploy-resources.sh @@ -6,8 +6,9 @@ if oc get namespace tekton-pipelines > /dev/null 2>&1; then exit 0 fi -KUBEVIRT_VERSION=$(curl -s https://api.github.com/repos/kubevirt/kubevirt/releases | \ - jq '.[] | select(.prerelease==false) | .tag_name' | sort -V | tail -n1 | tr -d '"') +KUBEVIRT_VERSION="v0.58.0" +#$(curl -s https://api.github.com/repos/kubevirt/kubevirt/releases | \ +# jq '.[] | select(.prerelease==false) | .tag_name' | sort -V | tail -n1 | tr -d '"') CDI_VERSION=$(curl -s https://api.github.com/repos/kubevirt/containerized-data-importer/releases | \ jq '.[] | select(.prerelease==false) | .tag_name' | sort -V | tail -n1 | tr -d '"')