kubernetes icon indicating copy to clipboard operation
kubernetes copied to clipboard

Create a helm 3 renderer plugin

Open dlespiau opened this issue 6 years ago • 4 comments

https://github.com/jkcfg/jk/pull/288 is the core of a plugin system. We should now be able to what was envisoned in https://github.com/jkcfg/jk/issues/133.

  • [ ] Write a helm3 plugin (by re-using the helm 3 packages used to implement helm template)
  • [ ] Write a a shim Chart object wrapping the render() call to this plugin so we end up with something like https://github.com/jkcfg/jk/issues/133#issue-411221006.

dlespiau avatar Oct 30 '19 10:10 dlespiau

I would honestly just jump straight to helm3 -- the sentiment within the Helm community seems broadly in favour of doing that ASAP. The libraries will be more amenable to reuse and working without a server component.

squaremo avatar Oct 30 '19 10:10 squaremo

Can I use helm2 charts with helm3?

dlespiau avatar Oct 30 '19 10:10 dlespiau

I believe charts meant to be 100% compatible.

errordeveloper avatar Nov 15 '19 13:11 errordeveloper

Cool, we'll start with helm 3 then!

dlespiau avatar Nov 15 '19 13:11 dlespiau