Skip to content

Commit

Permalink
updated minimum supported ocp version to 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 committed Oct 3, 2022
1 parent 189b35d commit ea0109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/verify-csi-unity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# verify-csi-unity method
function verify-csi-unity() {
verify_k8s_versions "1.21" "1.25"
verify_openshift_versions "4.9" "4.10"
verify_openshift_versions "4.10" "4.11"
verify_namespace "${NS}"
verify_required_secrets "${RELEASE}-creds"
verify_optional_secrets "${RELEASE}-certs"
Expand Down

0 comments on commit ea0109f

Please sign in to comment.