What is the typical manner in which official/stable Helm charts are maintained?

7/29/2019

I’m finding that numerous popular projects have little or no Kubernetes/Helm related work in their main or even container-based repos and it seems quite fragmented.

I belong to other dev communities which have stable charts and I’m wondering where issues/PRs and valuable discussions commonly take place for most of these projects.

Considering the main chart repo seems reserved for Helm specific development, where do you all find most of the work taking place for individual charts?

-- ev-dev
kubernetes
kubernetes-helm
open-source

1 Answer

7/29/2019

Stable helm charts are here. Incubator charts are here.

Some projects like istio carry their own helm charts.

This link has information about issues/PRs and discussions about helm charts in Slack channels.

Chartmuseum is also a repository of helm charts:

-- Vikram Hosakote
Source: StackOverflow