Skip to content

Conversation

@lb0o
Copy link

@lb0o lb0o commented Oct 21, 2025

I tried deploying an external apps but faced MarketplacePanel/mongodb dry-run failed: no matches for kind "MarketplacePanel" in version "front.in-cloud.io/v1alpha1"

Change from "apiVersion: front.in-cloud.io/v1alpha1" to "apiVersion: dashboard.cozystack.io/v1alpha1" solve the error

Summary by CodeRabbit

  • Chores
    • Updated marketplace panel configuration for improved compatibility and integration.

@gemini-code-assist
Copy link

Summary of Changes

Hello @lb0o, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request resolves a critical deployment failure for external applications by correcting an outdated API version within the mongodb.yaml configuration file. The change ensures that the MarketplacePanel resource correctly references the dashboard.cozystack.io/v1alpha1 API, allowing for successful dry-runs and deployments.

Highlights

  • Bug Fix: Addresses an issue where deploying external applications failed due to an incorrect API version in the mongodb.yaml configuration.
  • API Version Update: The apiVersion in core/marketplacepanels/mongodb.yaml has been updated from front.in-cloud.io/v1alpha1 to dashboard.cozystack.io/v1alpha1 to match the correct dashboard API.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link

coderabbitai bot commented Oct 21, 2025

Walkthrough

The MarketplacePanel resource API version in the MongoDB configuration was updated from front.in-cloud.io/v1alpha1 to dashboard.cozystack.io/v1alpha1. This reflects a migration of the API group while maintaining the resource structure and configuration.

Changes

Cohort / File(s) Change Summary
MarketplacePanel Configuration
core/marketplacepanels/mongodb.yaml
Updated apiVersion field from front.in-cloud.io/v1alpha1 to dashboard.cozystack.io/v1alpha1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 An update hops in, so swift and so bright,
From front.in-cloud to dashboard's new light,
Just one line changed, a version set free,
The MarketplacePanel now rolls with ease! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title "[bug] update apiVersion in mongodb.yaml to match the correct dashboard API" accurately and specifically describes the main change in the changeset. It clearly identifies what file is being modified (mongodb.yaml), what field is being updated (apiVersion), and the purpose of the change (to match the correct dashboard API). The title is concise, uses descriptive language without vague terms, and directly reflects the purpose described in the PR objectives where a deployment error is being fixed by updating the API version. A teammate scanning the repository history would quickly understand that this PR addresses a bug fix related to API versioning compatibility.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6824131 and 81fc956.

📒 Files selected for processing (1)
  • core/marketplacepanels/mongodb.yaml (1 hunks)
🔇 Additional comments (2)
core/marketplacepanels/mongodb.yaml (2)

1-16: Manifest structure is valid after API group migration.

The updated apiVersion correctly targets the new dashboard.cozystack.io/v1alpha1 API group. All resource fields (kind, metadata, spec) remain well-formed. The change should resolve the reported deployment error.

Once the verification script confirms no other MarketplacePanel resources are using the deprecated API group, this change is ready to merge.


1-1: API group migration is complete and consistent.

Verification confirms the change is safe:

  • Only one MarketplacePanel resource exists in the codebase; all updates are complete.
  • No remaining references to the old front.in-cloud.io API group.
  • The new dashboard.cozystack.io/v1alpha1 API group is now the consistent standard for this resource.

The isolated, focused change resolves the reported deployment error with no inconsistencies elsewhere.


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.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request addresses a bug in mongodb.yaml by updating the apiVersion to fix a deployment failure. The change from front.in-cloud.io/v1alpha1 to dashboard.cozystack.io/v1alpha1 is correct and directly resolves the issue described. The fix is straightforward and I have no further suggestions.

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

Successfully merging this pull request may close these issues.

1 participant