Skip to content

Commit

Permalink
update ocp compat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeatdell authored Jan 7, 2025
1 parent 4812a79 commit 80b07f4
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.30" "1.32"
verify_openshift_versions "4.16" "4.17"
verify_openshift_versions "4.17" "4.18"
verify_namespace "${NS}"
verify_required_secrets "${RELEASE}-creds"
verify_optional_secrets "${RELEASE}-certs"
Expand Down

0 comments on commit 80b07f4

Please sign in to comment.