Skip to content

Commit

Permalink
Updated minimum openshift version to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 committed Jul 18, 2023
1 parent eea5bda commit f9eb9ab
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.24" "1.27"
verify_openshift_versions "4.11" "4.13"
verify_openshift_versions "4.12" "4.13"
verify_namespace "${NS}"
verify_required_secrets "${RELEASE}-creds"
verify_optional_secrets "${RELEASE}-certs"
Expand Down

0 comments on commit f9eb9ab

Please sign in to comment.