Skip to content

No-JIRA: fix(chart): add missing certification requirements for redhat-openshift-mcp-server v0.3.0#291

Open
Kaustubh-pande wants to merge 2 commits intoopenshift:release-0.3from
Kaustubh-pande:chart-0.3
Open

No-JIRA: fix(chart): add missing certification requirements for redhat-openshift-mcp-server v0.3.0#291
Kaustubh-pande wants to merge 2 commits intoopenshift:release-0.3from
Kaustubh-pande:chart-0.3

Conversation

@Kaustubh-pande
Copy link
Copy Markdown

Summary

Fixes all mandatory chart-verifier (profile v1.3) failures for
redhat-openshift-mcp-server v0.3.0 to meet Red Hat OpenShift Helm chart
certification requirements.

Changes

  • Chart.yaml: Add kubeVersion: ">=1.25.0-0" (minimum required for
    seccompProfile GA support, maps to OpenShift 4.12+)
  • values.schema.json: Add JSON schema for values.yaml input validation
  • templates/tests/test-connection.yaml: Add Helm test that verifies the
    server's /healthz endpoint is reachable after install
  • templates/NOTES.txt: Add post-install usage instructions including
    OpenShift/ACM deployment guidance

Verification

All mandatory checks pass under chart-verifier v1.14.1 (profile v1.3):

Check Result
helm-lint ✅ PASS
is-helm-v3 ✅ PASS
has-readme ✅ PASS
contains-test ✅ PASS
has-kubeversion ✅ PASS
contains-values ✅ PASS
contains-values-schema ✅ PASS
not-contains-crds ✅ PASS
not-contain-csi-objects ✅ PASS
required-annotations-present ✅ PASS
has-notes ✅ PASS (optional)
signature-is-valid ⏭️ SKIPPED (not required)

chart-testing and images-are-certified excluded from local run —
these will be validated by the certification CI pipeline.

Try 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

…0 certification

Add kubeVersion constraint, values schema, Helm test, and NOTES.txt
to satisfy all mandatory checks required for OpenShift Helm chart certification.
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 6, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@Kaustubh-pande: This pull request explicitly references no jira issue.

Details

In response to this:

Summary

Fixes all mandatory chart-verifier (profile v1.3) failures for
redhat-openshift-mcp-server v0.3.0 to meet Red Hat OpenShift Helm chart
certification requirements.

Changes

  • Chart.yaml: Add kubeVersion: ">=1.25.0-0" (minimum required for
    seccompProfile GA support, maps to OpenShift 4.12+)
  • values.schema.json: Add JSON schema for values.yaml input validation
  • templates/tests/test-connection.yaml: Add Helm test that verifies the
    server's /healthz endpoint is reachable after install
  • templates/NOTES.txt: Add post-install usage instructions including
    OpenShift/ACM deployment guidance

Verification

All mandatory checks pass under chart-verifier v1.14.1 (profile v1.3):

Check Result
helm-lint ✅ PASS
is-helm-v3 ✅ PASS
has-readme ✅ PASS
contains-test ✅ PASS
has-kubeversion ✅ PASS
contains-values ✅ PASS
contains-values-schema ✅ PASS
not-contains-crds ✅ PASS
not-contain-csi-objects ✅ PASS
required-annotations-present ✅ PASS
has-notes ✅ PASS (optional)
signature-is-valid ⏭️ SKIPPED (not required)

chart-testing and images-are-certified excluded from local run —
these will be validated by the certification CI pipeline.

Try 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

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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 23050b69-50f4-4afc-8e3d-1fff3b1e804d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from Cali0707 and matzew May 6, 2026 14:16
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 6, 2026
@Kaustubh-pande
Copy link
Copy Markdown
Author

/override "Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request"

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

@Kaustubh-pande: Overrode contexts on behalf of Kaustubh-pande: Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request

Details

In response to this:

/override "Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request"

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.

Comment thread charts/openshift-mcp-server/Chart.yaml Outdated
@Kaustubh-pande
Copy link
Copy Markdown
Author

/override "Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request"

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

@Kaustubh-pande: Overrode contexts on behalf of Kaustubh-pande: Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request

Details

In response to this:

/override "Red Hat Konflux / openshift-mcp-server-release-03-on-pull-request"

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.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

@Kaustubh-pande: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants