mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-26 20:01:16 +01:00
Instead of relying on the fact that CRI patch should modify the generated final CRI config, rely on the specific checksum of the CRI patch to be included into the generated CRI config. This also to resolve Talos hanging on boot when a CRI patch is a no-op (it doesn't change the generated config). Fixes #11132 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>