From 46647cae0f1594f0d68639fafbaa05a705255ae3 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Sat, 2 May 2026 20:41:04 -0700 Subject: [PATCH] fix(schemas): correct Talos default schematic ID --- schemas/lab/talos/schema.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/lab/talos/schema.cue b/schemas/lab/talos/schema.cue index 6429665..d8f2bc5 100644 --- a/schemas/lab/talos/schema.cue +++ b/schemas/lab/talos/schema.cue @@ -60,7 +60,7 @@ package talos // Version is the exact Talos Linux release to download. version!: #TalosVersion // SchematicID identifies the Image Factory schematic. - schematicID: *"376567988ad370138ad0c15e58e1dcefd698631a5d546e5f7c7e1a6d167663f3" | #SchematicID @go(SchematicID) + schematicID: *"376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba" | #SchematicID @go(SchematicID) // Platform selects the Talos platform image. platform: #Platform // Arch selects the Talos image architecture.