Skip to content

Commit

Permalink
Helm changes to support OCP 4.13 (#233)
Browse files Browse the repository at this point in the history
* update ocp version to 4.12,4.13

* update minmum version to 4.12
  • Loading branch information
ashleyvjoy committed Aug 8, 2023
1 parent 14fb414 commit 5b04a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/verify-csi-vxflexos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# verify-csi-vxflexos method
function verify-csi-vxflexos() {
verify_k8s_versions "1.21" "1.27"
verify_openshift_versions "4.11" "4.12"
verify_openshift_versions "4.12" "4.13"
verify_namespace "${NS}"
verify_helm_values_version "${DRIVER_VERSION}"
verify_required_secrets "${RELEASE}-config"
Expand Down

0 comments on commit 5b04a82

Please sign in to comment.