From f35e1058f5a137031bd1b3f33c97502b7ad87766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Tue, 6 Oct 2020 21:20:03 +0200 Subject: [PATCH] Link successor of helm-secrets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9341a92..a276b77 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Plugins * [Helm Last](https://github.com/adamreese/helm-last) - Plugin that shows the latest release interacted with. This is useful for chaining commands together like `helm status $(helm last)`. * [Helm Local](https://github.com/adamreese/helm-local) - Plugin to run Tiller (helm 2's server-side component) as a local daemon. * [Helm Nuke](https://github.com/adamreese/helm-nuke) - Plugin that deletes and purges all releases stored by Tiller. -* [Helm Secrets](https://github.com/futuresimple/helm-secrets) - Plugin to manage and store secrets safely. +* [Helm Secrets](https://github.com/jkroepke/helm-secrets) - Plugin to manage and store secrets safely. * [Helm Monitor](https://github.com/ContainerSolutions/helm-monitor) - Plugin to monitor a release and rollback based on Prometheus/ElasticSearch query. * [Helm S3](https://github.com/hypnoglow/helm-s3) - Plugin to fetch charts from S3. * [Helm Starter](https://github.com/salesforce/helm-starter) - Plugin that simplifies working with helm chart starter packs.