This chart is meant to be simple and practical. The goal is to support common deployments without overcomplicating the Helm configuration. To contribute raise PR following the below guidelines
Before you open a PR:
- Always test your changes locally and in a real cluster. Better if K3S. Test need to be followed by an human user.
- Verify the chart renders correctly and the deployed app works.
- Keep changes focused, easy to understand and alligned with the purpose of this chart.
In the PR:
- Describe what the PR does in your own words avoiding AI-generated descriptions.
- AI assistance is allowed when a human reviews and owns the result.
- Share in the PR all the test that you did so that can be auditable and reproducible.
Always remember to keep it simple:
- Avoid complex, niche, or unnecessary features.
- Prefer clear, maintainable changes over clever or fragile solutions.
- The chart should remain easy to use and easy to maintain.