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

Implement helm/chart-testing lint CI and cleanup files #28

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

j-rivero
Copy link
Contributor

New feature implementation

The PR implements the use of GitHub actions to run the (chart-testing-action)[https://github.com/helm/chart-testing-action] to operate the first part of it: linting.

Implemented feature

The chart-testing-action implements the use of the helm/chart-testing cli. For linting the description of ct lint is: "Run 'helm lint', version checking, YAML schema validation on 'Chart.yaml', YAML linting on 'Chart.yaml' and 'values.yaml', and maintainer validation on charts"

The linter found basically trivial problems of the Charts and values yaml files.

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
Copy link
Collaborator

@akash-roboticist akash-roboticist left a comment

Choose a reason for hiding this comment

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

LGTM

@akash-roboticist akash-roboticist merged commit d200198 into open-rmf:cloud_infra Aug 20, 2024
1 of 2 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