Skip to content

Conversation

nilgaar
Copy link

@nilgaar nilgaar commented Oct 7, 2025

What kind of change does this PR introduce?

Chore / maintenance

What is the current behavior?

The build/ directory is currently tracked in Git and contains packaged Helm charts (.tgz files). These are generated artifacts created by running sh build.sh and should not be version-controlled.

What is the new behavior?

  • Removes the existing build/ directory from version control
  • Adds build/ to .gitignore to prevent future commits of build artifacts
  • Keeps the source charts under charts/ intact

This aligns with standard Helm chart workflows, where build/ is used for local packaging and only published charts (if needed) are tracked separately in docs/ or a release artifact.

Additional context

This change helps keep the repository clean and reduces noise from generated files.
If charts are later published (e.g., via GitHub Pages), only the packaged charts and index.yaml under docs/ should be tracked.

@nilgaar
Copy link
Author

nilgaar commented Oct 7, 2025

Fixes #125

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