helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

decouple the subcharts from the main chart

Open bramaq opened this issue 2 years ago • 2 comments

As the project grows the chances are the charts for each component might need to evolve individually. If instead of forcing the "subcharts" pattern they are managed/versioned as individual charts it would facilitate release cycles, integration into cd tools (ie as individual argocd apps) while you can still keep a main chart that has the others as dependencies if desired.

bramaq avatar Apr 24 '23 20:04 bramaq

started work on this... Have a quick question about versions, should keep the first version of spire-agent, etc... as 0.1.0 or should I make then match 0.6.3 ?

bramaq avatar Apr 25 '23 12:04 bramaq

Probably match the 0.6.3 version? Its probably more reflective of the state of the chart then 0.1.0.

kfox1111 avatar Apr 25 '23 15:04 kfox1111