Skip to content

Commit

Permalink
Update verify.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy authored May 14, 2024
1 parent 74c8dd6 commit 7da575b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dell-csi-helm-installer/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ function verify_openshift_versions() {
if (( ${V%%.*} > ${MAX%%.*} || ( ${V%%.*} == ${MAX%%.*} && ${V##*.} > ${MAX##*.} ) )) ; then
error=1
found_warning "OpenShift version ${V} is newer than the version that has been tested. Latest tested version is: ${MAX}"
found_warning "To ensure the driver is fully supported run cert-csi and make sure all tests pass. More details: https://dell.github.io/csm-docs/docs/cert-csi/"
fi
check_error error
}
Expand Down

0 comments on commit 7da575b

Please sign in to comment.