Helm basic deployment
Deploy a Helm chart to all instances in a single phase using helm upgrade --install.
Helm canary deployment
Deploy a Helm chart to a subset of instances using a separate canary release, validate, then promote to full deployment.
Helm blue-green deployment
Deploy a Helm chart to a stage service alongside the primary release, then swap traffic between them.
Blank canvas Helm deployment
Build a Helm stage from scratch using the Helm Basic Deploy step, without a managed canary or blue-green strategy.