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"