Skip to content

Commit

Permalink
Re-add support for K8s 1.25. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork authored Sep 12, 2023
1 parent db6d0df commit 900af43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/karavi-observability-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ function verify_karavi_observability() {
log info "Skipping verification of the environment"
return
fi
verify_k8s_versions "1.26" "1.28"
verify_k8s_versions "1.25" "1.28"
verify_openshift_versions "4.10" "4.13"
verify_helm_3
}
Expand Down

0 comments on commit 900af43

Please sign in to comment.