From 32a7005f55313a6a92ed8f81d642d15ee23d3841 Mon Sep 17 00:00:00 2001 From: Maor Date: Thu, 1 Nov 2018 11:15:12 +0200 Subject: [PATCH] add helm plugin utility functions Signed-off-by: Maor --- docs/related.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/related.md b/docs/related.md index 766609d1d..38e6d7b17 100644 --- a/docs/related.md +++ b/docs/related.md @@ -55,6 +55,8 @@ or [pull request](https://github.com/helm/helm/pulls). - [helm-unittest](https://github.com/lrills/helm-unittest) - Plugin for unit testing chart locally with YAML - [Tillerless Helm v2](https://github.com/rimusz/helm-tiller) - Helm plugin for using Tiller locally and in CI/CD pipelines +To help you get started, [helm-plugin-utils](https://github.com/maorfr/helm-plugin-utils) holds some utility functions to be used within Helm plugins. + We also encourage GitHub authors to use the [helm-plugin](https://github.com/search?q=topic%3Ahelm-plugin&type=Repositories) tag on their plugin repositories.