From 85a38febb539e1ef27c59c619295ad5a02c3a7c4 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Thu, 22 Mar 2018 08:22:09 +0000 Subject: [PATCH] add a link to Jenkins X and how it uses helm for promoting applications through environments via GitOps --- docs/related.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/related.md b/docs/related.md index c14eb3880..dfe0b1c1f 100644 --- a/docs/related.md +++ b/docs/related.md @@ -69,6 +69,7 @@ Tools layered on top of Helm or Tiller. - [ChartMuseum](https://github.com/chartmuseum/chartmuseum) - Helm Chart Repository with support for Amazon S3 and Google Cloud Storage - [Helm.NET](https://github.com/qmfrederik/helm) - A .NET client for Tiller's API - [Codefresh](https://codefresh.io) - Kubernetes native CI/CD and management platform with UI dashboards for managing Helm charts and releases +- [Jenkins X](http://jenkins-x.io/) - open source automated C/CD for Kubernetes which uses Helm for [promoting](http://jenkins-x.io/about/features/#promotion) applications through [environments via GitOps](http://jenkins-x.io/about/features/#environments) ## Helm Included