Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 8 Go helm-plugin Projects
-
helm-mapkubeapis
This is a Helm plugin which map deprecated or removed Kubernetes APIs in a release to supported APIs
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
helm-unittest
BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin. (by helm-unittest)
Whilst I'll agree that writing helm charts isn't particularly delightful, consuming them can be.
In our case we have a single application/service base helm chart that provides sane defaults and all our deployments extend from. The amount of helm values config required by the consumers is minimal, and there has been very little occasion for a consumer to include their own templates - the base chart exposes enough knobs to avoid this.
When it comes to third-party charts, many we've been able to deploy as is (sometimes with some PRs upstream to add extra functionality), and occasionally we've needed to wrap/fork them. We've deployed far more third-party charts as-is than not though.
One thing probably worth mentioning w.r.t to maintaining our custom charts is the use of helm unittest (https://github.com/helm-unittest/helm-unittest) - it's been a big help to avoid regressions.
We do manage a few kubernetes resources through terraform, including Argocd (via the helm provider which is rather slow when you have a lot of CRDs), but generally we've found helm chart deployed through Argocd to be much more manageable and productive.
-
-
-
helm-monitor
Monitor K8S Helm release, rollback on metrics behavior (Prometheus, Elasticsearch, Sentry)
-
-
helm-cel
A Helm plugin that uses Common Expression Language (CEL) to validate values. Instead of using JSON Schema in values.schema.json, you can write more expressive validation rules using CEL in values.cel.yaml.
Project mention: Helm CEL – Use Common Expression Language to Validate Helm Values | news.ycombinator.com | 2024-11-18 -
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
helm-teller
Allows you to manage configuration and secrets from multiple provider while masking the secrets at the deployment
Go helm-plugin discussion
Go helm-plugin related posts
-
A Beginner's Guide To Service Discovery in Prometheus
-
Helm CEL – Use Common Expression Language to Validate Helm Values
-
Installing multiple helm charts in one go [Approach 2 - using helmfile]
-
Simplified Deployment: A Deep Dive into Containerization and Helm
-
What are you favorite dashboard tools? Stack and usecases inside.
-
Data driven decisions in OSS [helm-dashboard]
-
Show HN: Data driven decisions in OSS [helm-dashboard]
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 23 Mar 2025
Index
What are some of the best open-source helm-plugin projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | helm-mapkubeapis | 952 |
2 | helm-unittest | 952 |
3 | helm-push | 694 |
4 | helm-s3 | 580 |
5 | helm-monitor | 415 |
6 | helm-gcs | 280 |
7 | helm-cel | 80 |
8 | helm-teller | 73 |