docs: add semantic-release-helm plugin (#1713)

This commit is contained in:
Mihai Plasoianu 2020-12-09 18:22:32 +01:00 committed by GitHub
parent c177d4b15a
commit 6c7e4be68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,3 +120,7 @@
- `verifyConditions`: Verify the environment variable ```PYPI_TOKEN``` and installation of build tools - `verifyConditions`: Verify the environment variable ```PYPI_TOKEN``` and installation of build tools
- `prepare`: Update the version in ```setup.cfg``` and create the distribution packages - `prepare`: Update the version in ```setup.cfg``` and create the distribution packages
- `publish`: Publish the python package to a repository (default: pypi) - `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)