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

Fix unknown kind github error during deployment #616

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

Alero-Awani
Copy link
Contributor

@Alero-Awani Alero-Awani commented Nov 8, 2024

Description
The error originated from the NewDependencyHandler function. This function is designed to automate the deployment of dependencies, specifically CRDs and controllers, for components so users don’t have to perform these steps manually.

Before the function only supported components with kind: artifacthub, which led to failures when handling components with kind: github.

It appears that the kind for Kubernetes components, was recently updated to github, causing the function to break.

Notes for Reviewers
The function logic for kind:github still needs to be implemented. This is just a quick fix.

Issue
image

With Solution
image

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Alero Awani <aleroawani18@gmail.com>
@leecalcote leecalcote merged commit 62f4e18 into meshery:master Nov 8, 2024
3 of 4 checks passed
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.

2 participants