Helm Deployment Action
Version updated for https://github.com/EvoKomms/helm-deployment-action to version v2.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Helm Deployment Action is a GitHub Action designed to automate the deployment of Helm charts to Kubernetes clusters. It simplifies the management of configurations by enabling the deployment of GitHub Variables and Secrets as Kubernetes ConfigMaps and Secrets, with support for custom environment variables. This action helps streamline complex deployments by allowing the use of structured JSON objects for values, environment-specific configurations, and direct Helm variable assignments, making it easier to manage and scale Kubernetes-based applications.
Release notes
What’s Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/EvoKomms/helm-deployment-action/pull/95
- Added support for direct helm variables by @sudiptosarkar in https://github.com/EvoKomms/helm-deployment-action/pull/116
Full Changelog: https://github.com/EvoKomms/helm-deployment-action/compare/v2.0.1...v2.1.0