Open Steve973 opened 6 months ago
Thank you for reporting this ... I will take a look
Thank you for reporting this ... I will take a look
No problem! Please don't hesitate to ask if you need anything from me. I am implementing a workaround where I simply download the charts and package them up with my bundle. But if your plugin could do that, that would be so perfect!
I thought that helm charts were supposed to be included in a porter-generated CNAB, but I am not seeing them, even when I export the bundle for an air-gapped install of my bundle. This is my porter manifest:
Note that this is not complete, because I need to add the parameters for the charts.
I have a shell script that I am using to build and export the bundle, and then create an archive with porter and the exported bundle:
When I run the script, this is the output that I am seeing:
The charts do not seem to be included anywhere. I am assuming that this is a job for the helm3 mixin, but please let me know if I am wrong about that. Also, if I am doing something wrong that prevents the charts from being downloaded and included, please let me know. I have read and re-read the documentation for both porter and for the helm3 mixin, but I could have missed something. And if you need more information, I'll provide whatever I can.
As a convenience, I have pushed this up to a git repo to make it easier: https://github.com/Steve973/porter-example-app-stack