rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

Usage example for new charts #82

Closed oxr463 closed 1 year ago

oxr463 commented 2 years ago

How would I use this for new charts? What does it do?

pennyscissors commented 2 years ago

@oxr463 The chart build scripts are used internally as part of the Make workflow in rancher/charts and they are not meant to be used standalone. Please refer to the documentation here.

aiyengar2 commented 2 years ago

@oxr463 are you trying to develop a new charts repository that uses charts-build-scripts or are you trying to add a new package?

Creating a new chart repository is defined in https://github.com/rancher/charts-build-scripts#before-running-the-scripts

Adding a new package is outlined in https://github.com/rancher/charts-build-scripts/blob/master/templates/template/docs/developing.md alongside all other things around developing with charts-build-scripts.

oxr463 commented 2 years ago

I was hoping to see if I could use this for our EIO charts: https://github.com/rancher/eio-charts/tree/dev

prachidamle commented 1 year ago

This is a question that is answered and can be closed, assigining to Mapps backlog in case there is a followup question.