Safe Helm Deploy Deploy via Helm with image verification: $ARGUMENTS Pre-Deploy Checklist 1. Verify the image exists in the registry 2. Check what's currently running 3. Diff the changes before applying Deploy Command Template Post-Deploy Verification Rollback (if needed) Critical Rules - ALWAYS use with a unique tag (git SHA, semver) - ALWAYS use to force fresh pulls - ALWAYS use for automatic rollback on failure - ALWAYS use to confirm pods are healthy - NEVER deploy with as the only tag - ALWAYS verify the image exists in registry BEFORE deploying ---