From 6c7e4be68a9ed368eec166a0e4b6563151ce84ac Mon Sep 17 00:00:00 2001 From: Mihai Plasoianu Date: Wed, 9 Dec 2020 18:22:32 +0100 Subject: [PATCH] docs: add semantic-release-helm plugin (#1713) --- docs/extending/plugins-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index b9ee2c812b..f7217de756 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -120,3 +120,7 @@ - `verifyConditions`: Verify the environment variable ```PYPI_TOKEN``` and installation of build tools - `prepare`: Update the version in ```setup.cfg``` and create the distribution packages - `publish`: Publish the python package to a repository (default: pypi) +- [semantic-release-helm](https://github.com/m1pl/semantic-release-helm) + - `verifyConditions`: Validate configuration and (if present) credentials + - `prepare`: Update version and appVersion in ```Chart.yaml``` + - `publish`: Publish the chart to a registry (if configured)