From ed0a7462d8ca3a40659f1ccf6462929b5313545d Mon Sep 17 00:00:00 2001 From: EJ Etherington Date: Tue, 20 Feb 2018 08:46:44 -0800 Subject: [PATCH] Added ReactiveOps Autohelm to the related tools list --- docs/related.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/related.md b/docs/related.md index 826c2c3aa..a753a123c 100644 --- a/docs/related.md +++ b/docs/related.md @@ -55,6 +55,7 @@ Tools layered on top of Helm or Tiller. - [Landscaper](https://github.com/Eneco/landscaper/) - "Landscaper takes a set of Helm Chart references with values (a desired state), and realizes this in a Kubernetes cluster." - [Rudder](https://github.com/AcalephStorage/rudder) - RESTful (JSON) proxy for Tiller's API - [Helmfile](https://github.com/roboll/helmfile) - Helmfile is a declarative spec for deploying helm charts +- [Autohelm](https://github.com/reactiveops/autohelm) - Autohelm is _another_ simple declarative spec for deploying helm charts. Written in python and supports git urls as a source for helm charts. - [Schelm](https://github.com/databus23/schelm) - Render a Helm manifest to a directory - [Drone.io Helm Plugin](http://plugins.drone.io/ipedrazas/drone-helm/) - Run Helm inside of the Drone CI/CD system - [Cog](https://github.com/ohaiwalt/cog-helm) - Helm chart to deploy Cog on Kubernetes