Chart.yaml
file of your main App Helm chart to define dependencies on each subchart (frontend, backend,
database). Specify the versions and configurations required for each subchart.
values.yaml
and templates within each subchart (charts/frontend/values.yaml
, etc.) to align with your
application’s specific configuration requirements. Ensure that values and configurations are correctly propagated from
the main chart to the subcharts.
app-chart/charts/frontend
, etc.). Use version control to manage changes and track versions
effectively.