Skip to content
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

Add EOL check for the cluster used for testing a chart (e.g. testedOpenShiftversion) #474

Open
komish opened this issue Sep 19, 2024 · 1 comment

Comments

@komish
Copy link
Contributor

komish commented Sep 19, 2024

It's logical to make sure that either

  • the cluster used for testing a chart with chart-verifier is not an OpenShift EOL cluster, or
  • the cluster used for testing a chart with chart-verifier fits within the kubeVersion range.

The former makes more sense, but may be a bit complicated to implement. We may be able to add and manage this information in a library https://github.com/opdev/getocprange, or otherwise need to talk to Pyxis to get this information (which adds a network call).

@acornett21
Copy link
Contributor

acornett21 commented Sep 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants