Kubernetes Helm Multi-Deploy (No Docker)
Version updated for https://github.com/DevOps-Nirvana/aws-helm-multi-deploy-nodocker to version v6.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the deployment of multiple Kubernetes Helm charts located in a designated deployment folder within a repository. It supports environment-specific configurations using layered values files (e.g., values-dev.yaml) and facilitates the deployment of services with optional customization via Helm arguments. By streamlining multi-chart deployments, it saves time and ensures consistency across Kubernetes environments.
Release notes
What’s Changed
- fix cancel timeout option by @hamishfagg in https://github.com/DevOps-Nirvana/aws-helm-multi-deploy-nodocker/pull/2
Full Changelog: https://github.com/DevOps-Nirvana/aws-helm-multi-deploy-nodocker/compare/v5...v6