From 3559acc352f2aa28421757346c3558c27a81eaa9 Mon Sep 17 00:00:00 2001 From: Karol Chrapek Date: Tue, 22 Dec 2020 15:27:10 +0100 Subject: [PATCH] Deprecation of helm-secret (#168) * Deprecate helm-secret --- README.md | 5 +++++ install-binary.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 674db83..3997d20 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ [![GitHub issues](https://img.shields.io/github/issues/zendesk/helm-secrets.svg)](https://github.com/zendesk/helm-secrets/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/zendesk/helm-secrets.svg?style=flat-square)](https://github.com/zendesk/helm-secrets/pulls) +# Deprecation information + +Please note, this project is no longer being maintained. +There is an active fork [jkroepke/helm-secrets](https://github.com/jkroepke/helm-secrets) and we will also contribute our future changes to it. + # Plugin for secrets management in Helm Developed and used in all environments in [BaseCRM](https://getbase.com/). diff --git a/install-binary.sh b/install-binary.sh index 2d38494..0fbd5f3 100755 --- a/install-binary.sh +++ b/install-binary.sh @@ -83,3 +83,7 @@ else echo -e "${RED}[FAIL]${NOC} Install git command" exit 1 fi + +echo "Deprecation Info" +echo " Please note, this project is no longer being maintained." +echo " Link to active helm-secret plugin could be found in helm documentation: https://helm.sh/docs/community/related/#helm-plugins"