No-JIRA: fix(chart): add missing certification requirements for redhat-openshift-mcp-server v0.3.0#291
Conversation
…0 certification Add kubeVersion constraint, values schema, Helm test, and NOTES.txt to satisfy all mandatory checks required for OpenShift Helm chart certification.
|
@Kaustubh-pande: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Kaustubh-pande The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override "Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request" |
|
@Kaustubh-pande: Overrode contexts on behalf of Kaustubh-pande: Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/override "Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request" |
|
@Kaustubh-pande: Overrode contexts on behalf of Kaustubh-pande: Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@Kaustubh-pande: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Fixes all mandatory
chart-verifier(profile v1.3) failures forredhat-openshift-mcp-serverv0.3.0 to meet Red Hat OpenShift Helm chartcertification requirements.
Changes
Chart.yaml: AddkubeVersion: ">=1.25.0-0"(minimum required forseccompProfileGA support, maps to OpenShift 4.12+)values.schema.json: Add JSON schema forvalues.yamlinput validationtemplates/tests/test-connection.yaml: Add Helm test that verifies theserver's
/healthzendpoint is reachable after installtemplates/NOTES.txt: Add post-install usage instructions includingOpenShift/ACM deployment guidance
Verification
All mandatory checks pass under
chart-verifierv1.14.1 (profile v1.3):helm-lintis-helm-v3has-readmecontains-testhas-kubeversioncontains-valuescontains-values-schemanot-contains-crdsnot-contain-csi-objectsrequired-annotations-presenthas-notessignature-is-validTry it locally
From the repo root (requires Podman or Docker): and adjust the PATH
podman run --rm \ --platform linux/amd64 \ -v "$(pwd)/charts/redhat/redhat/redhat-openshift-mcp-server/0.3.0":/charts \ quay.io/redhat-certification/chart-verifier \ verify \ -x chart-testing,images-are-certified \ /charts/redhat-openshift-mcp-server-0.3.0.tgz