-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update max supported versions for CSM 1.8. #114
Conversation
verify_k8s_versions "1.25" "1.27" | ||
verify_openshift_versions "4.9" "4.12" | ||
verify_k8s_versions "1.25" "1.28" | ||
verify_openshift_versions "4.9" "4.13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was of the impression that we usually also increment the minimal version. Can you check with others?
verify_k8s_versions "1.26" "1.28"
verify_openshift_versions "4.10" "4.13"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incremented minimum version.
Submitting PR. Will test with Openshift once resources are available. |
Description
A few sentences describing the overall goals of the pull request's commits.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration
Note that I only tested the version checks. Need the correct Helm chart for successful install.