Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 3559acc

Browse files
authored
Deprecation of helm-secret (#168)
* Deprecate helm-secret
1 parent 9a04a46 commit 3559acc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
[![GitHub issues](https://img.shields.io/github/issues/zendesk/helm-secrets.svg)](https://github.com/zendesk/helm-secrets/issues)
66
[![GitHub pull requests](https://img.shields.io/github/issues-pr/zendesk/helm-secrets.svg?style=flat-square)](https://github.com/zendesk/helm-secrets/pulls)
77

8+
# Deprecation information
9+
10+
Please note, this project is no longer being maintained.
11+
There is an active fork [jkroepke/helm-secrets](https://github.com/jkroepke/helm-secrets) and we will also contribute our future changes to it.
12+
813
# Plugin for secrets management in Helm
914

1015
Developed and used in all environments in [BaseCRM](https://getbase.com/).

install-binary.sh

+4
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ else
8383
echo -e "${RED}[FAIL]${NOC} Install git command"
8484
exit 1
8585
fi
86+
87+
echo "Deprecation Info"
88+
echo " Please note, this project is no longer being maintained."
89+
echo " Link to active helm-secret plugin could be found in helm documentation: https://helm.sh/docs/community/related/#helm-plugins"

0 commit comments

Comments
 (0)