InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β
Top 12 Go Chart Projects
-
Project mention: Helm local code execution via a malicious chart β CVE-2025-53547 | news.ycombinator.com | 2025-07-08
That description seems really unclear, like how can `Chart.lock` be a symlink to a `.bashrc`?
Is the vulnerability that you ship a chart with `Chart.lock -> ../.bashrc`, and then helm writes to `Chart.lock`?
Why is the fix specific to Chart.lock (https://github.com/helm/helm/commit/76fdba4c8c2a4829a6b7abb4...), wouldn't the fix be instead that "A chart cannot contain any symlinks outside of its root"?
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
sampler
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
For the uninitiated like me, you have to hit the globe so it takes you to https://github.com/sqshq/sampler to find out more.
-
I'll toss some props to `go-echarts` [1], which allows you to declare charts with Golang types and it all gets bound to JSON automagically by Golang's JSON marshaller. I've used it for many projects and whenever there's an issue/PR, the maintainer responds quickly.
It's fun to Go-embed JavaScript functions and SQL queries, for this weird blend of data, SQL, Go and Javascript. Here's a Golang example that pulls data from a DuckDB and creates a baked-in candlestick chart file with JavaScript tooltips. [2]
[1] https://github.com/go-echarts/go-echarts
[2] https://github.com/NimbleMarkets/dbn-duckduck-goose/blob/mai...
-
-
Project mention: Ensuring Effective Helm Charts with Linting, Testing, and Diff Checks π | dev.to | 2024-10-01
name: Helm Chart CI on: push: branches: - main pull_request: branches: - main jobs: helm-chart-testing: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Set up Helm run: | curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - name: Install Helm plugins (Unit Test, Diff) run: | helm plugin install https://github.com/quintush/helm-unittest helm plugin install https://github.com/databus23/helm-diff - name: Run Helm Chart-Testing Lint run: | ct lint --charts ./nginx/ - name: Run Helm Unit Tests run: | helm unittest ./nginx/ - name: Check for Changes with Helm Diff run: | helm diff upgrade nginx ./nginx --values ./nginx/values.yaml
-
kube-score
Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
Project mention: π€ End to end LLMOps Pipeline - Part 7- Validating Kubernetes Manifests with kube-scoreπ€ | dev.to | 2024-08-18curl -L -o kube-score https://github.com/zegl/kube-score/releases/download/v1.11.0/kube-score_1.11.0_linux_amd64 chmod +x kube-score sudo mv kube-score /usr/local/bin/
-
jp
dead simple terminal plots from JSON data. single binary, no dependencies. linux, osx, windows. (by sgreben)
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
k8s-platform-lcm
A faster and easier way to manage the lifecycle of applications and tools, running and living around your Kubernetes platform
-
bitnami-compat
Unofficial tools to build Bitnami containers using open source to support Bitnami charts (Arm64 support)
-
-
Go Charts discussion
Go Charts related posts
-
Helm local code execution via a malicious chart β CVE-2025-53547
-
Is Helm charting its way to retirement?
-
Install Red Hat Developer Hub with AI Software Templates on OpenShift
-
IKO - Lessons Learned (Part 1 - Helm)
-
Helm Chart Essentials & Writing Effective Charts π
-
Day 39 : Deploy Kubernetes Applications Easily with Helm Charts
-
Sync Kubernetes Secrets to AWS Secrets Manager Using external-secrets PushSecret
-
A note from our sponsor - InfluxDB
www.influxdata.com | 9 Jul 2025
Index
What are some of the best open-source Chart projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | helm | 28,105 |
2 | sampler | 13,232 |
3 | go-echarts | 7,299 |
4 | chartmuseum | 3,722 |
5 | helm-diff | 3,044 |
6 | kube-score | 2,923 |
7 | jp | 1,326 |
8 | chart-releaser | 748 |
9 | k8s-platform-lcm | 185 |
10 | bitnami-compat | 176 |
11 | octant-helm | 70 |
12 | c8x | 1 |