feat(config): add migration-completion schedule task

Summary

  • Add missing migration-completion scheduled task to config/default.yaml
  • Vendir sync to pick up matching change in helm chart values

The task was defined in the ScheduledTasksConfiguration struct and used in the dispatcher but had no entry in config defaults — it silently fell back to the code default without being visible or overridable.

Depends on: gkg-helm-charts!67 (closed)

Test plan

  • mise build passes
  • Verify task shows up in dispatcher config at startup

Merge request reports

Loading