Helm Basic Deploy
Run helm upgrade --install against the target cluster and wait for all workloads to reach steady state.
Helm Canary Deploy
Install a separate canary Helm release alongside the stable release with a controlled instance count or percentage.
Helm Canary Delete
Uninstall the canary Helm release after validation or on rollback.
Helm Blue Green Deploy
Deploy the new chart version to the stage service and wait for it to reach steady state before a traffic swap.
Helm Blue Green Swap
Switch service selectors to route production traffic to the new workload after a blue-green deploy.
Helm Rollback
Revert a Helm release to a previous revision after a failed deployment.
Helm Delete
Uninstall a Helm release and remove all associated Kubernetes resources from the cluster.