Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

initial draft of helmfile-linter#93

Closed
dylanbannon wants to merge 21 commits intomasterfrom
helmfile-lint
Closed

initial draft of helmfile-linter#93
dylanbannon wants to merge 21 commits intomasterfrom
helmfile-lint

Conversation

@dylanbannon
Copy link
Copy Markdown
Contributor

@dylanbannon dylanbannon commented Jan 19, 2021

Adds helmfile-linter action, which will print output from helmfile lint in the github actions console for every helmfile identified in a repo.

Tested using the cloudposse/helmfile-linter-test repo. Example of successful test and expected outputs: https://github.com/cloudposse/helmfile-linter-test/runs/1730194441?check_suite_focus=true.

NB: The cloudposse/helmfile-linter-test repo should be deleted once this PR is merged.

Design decisions:

  • Helmfiles are identified in the repo according to this error message output by helmfile lint: It must be named helmfile.d/*.{yaml,yml}, helmfile.yaml, or charts.yaml, or otherwise specified with the --file flag, except that no effort is made to identify helmfiles with custom names (the ones that would need to be specified with the --file flag).
  • Since the .github directory can contain a large number of yaml files, some of which could conceivably be named helmfile.yaml or charts.yaml, none of which are likely to be functional hemlfiles, helmfile-linter ignores any files in that directory.

@dylanbannon dylanbannon added the enhancement New feature or request label Jan 19, 2021
@dylanbannon dylanbannon self-assigned this Jan 19, 2021
@osterman osterman closed this Mar 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants