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

chore(actions): Incorporate Dependent Plugins in Helm Lint & Helm Test #615

Open
richardtief opened this issue Jan 31, 2025 · 0 comments
Open
Assignees

Comments

@richardtief
Copy link
Member

richardtief commented Jan 31, 2025

Issue Description

Currently, the helm-lint and helm test GitHub workflows do not consider dependent plugins, which may lead to incomplete or failing tests. To improve this, we need a mechanism to define and include dependencies for each plugin.

Proposed Solution

  • Introduce a dependency.yaml file in every plugin folder.
  • This file will specify whether dependencies exist and, if so, which ones are required.
  • Update the GitHub workflow to:
  • Parse the dependency.yaml file.
  • Install the necessary dependencies before running helm lint and helm test.

Acceptance Criteria

  • Each plugin folder contains an optional dependency.yaml file.
  • The GitHub workflow reads this file and installs dependencies accordingly.
  • helm lint and helm test execute successfully, considering dependencies.

Additional Context

This will ensure more robust plugin testing and reduce failures due to missing dependencies.

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

No branches or pull requests

2 participants