From 80c2c852013714ffb57491d3f3f1f67d311ecd4f Mon Sep 17 00:00:00 2001
From: tamal <tamal@appscode.com>
Date: Sun, 6 Aug 2017 08:16:09 -0700
Subject: [PATCH] Add link to wheel.

---
 docs/related.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/related.md b/docs/related.md
index 1cca80374..22ac36380 100644
--- a/docs/related.md
+++ b/docs/related.md
@@ -44,6 +44,7 @@ tag on their plugin repositories.
 
 Tools layered on top of Helm or Tiller.
 
+- [Wheel](https://github.com/appscode/wheel) - Ajax friendly Helm Tiller Proxy using [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway)
 - [Quay App Registry](https://coreos.com/blog/quay-application-registry-for-kubernetes.html) - Open Kubernetes application registry, including a Helm access client
 - [Chartify](https://github.com/appscode/chartify) - Generate Helm charts from existing Kubernetes resources.
 - [VIM-Kubernetes](https://github.com/andrewstuart/vim-kubernetes) - VIM plugin for Kubernetes and Helm
-- 
GitLab