kubernetes
kubernetes copied to clipboard
Create a helm 3 renderer plugin
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
Chartobject wrapping therender()call to this plugin so we end up with something like https://github.com/jkcfg/jk/issues/133#issue-411221006.
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.
Can I use helm2 charts with helm3?
I believe charts meant to be 100% compatible.
Cool, we'll start with helm 3 then!