diff --git a/olm/update-crd-files.sh b/olm/update-crd-files.sh index 282632f3d..f3d5b33de 100755 --- a/olm/update-crd-files.sh +++ b/olm/update-crd-files.sh @@ -21,7 +21,7 @@ init() { check() { local operatorVersion=$(operator-sdk version) - [[ $operatorVersion =~ .*v0.15.2.* ]] || { echo "operator-sdk v0.10.0 is required"; exit 1; } + [[ $operatorVersion =~ .*v0.15.2.* ]] || { echo "operator-sdk v0.15.2 is required"; exit 1; } } updateFiles() {