Skip to content

Commit

Permalink
updated ocp version to 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 committed Oct 3, 2022
1 parent 189b35d commit bd004bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dell-csi-helm-installer/verify-csi-unity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

# verify-csi-unity method
function verify-csi-unity() {
verify_k8s_versions "1.21" "1.25"
verify_openshift_versions "4.9" "4.10"
verify_k8s_versions "1.21" "1.24"
verify_openshift_versions "4.9" "4.11"
verify_namespace "${NS}"
verify_required_secrets "${RELEASE}-creds"
verify_optional_secrets "${RELEASE}-certs"
Expand Down

0 comments on commit bd004bb

Please sign in to comment.