From 698059c2b43e63be25548f7cd1fed2ca23cd396d Mon Sep 17 00:00:00 2001 From: Maor Date: Wed, 7 Nov 2018 09:07:32 +0200 Subject: [PATCH] move helm-plugin-utils into helm plugins section Signed-off-by: Maor --- docs/related.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/related.md b/docs/related.md index 38e6d7b17..520616e55 100644 --- a/docs/related.md +++ b/docs/related.md @@ -47,6 +47,7 @@ or [pull request](https://github.com/helm/helm/pulls). - [helm-logs](https://github.com/maorfr/helm-logs) - Plugin to view changed releases over time - [helm-monitor](https://github.com/ContainerSolutions/helm-monitor) - Plugin to monitor a release and rollback based on Prometheus/ElasticSearch query - [helm-nuke](https://github.com/adamreese/helm-nuke) - Plugin to destroy all releases +- [helm-plugin-utils](https://github.com/maorfr/helm-plugin-utils) - Utility functions to be used within Helm plugins - [helm-restore](https://github.com/maorfr/helm-restore) - Plugin to restore a deployed release to its original state - [helm-secrets](https://github.com/futuresimple/helm-secrets) - Plugin to manage and store secrets safely - [helm-stop](https://github.com/IBM/helm-stop) - Plugin for stopping a release pods @@ -55,8 +56,6 @@ 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.