Skip to content

Commit d29767a

Browse files
author
thomhurst
committed
chore: Update kind CLI options
1 parent ed611ef commit d29767a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ModularPipelines.Kind/AssemblyInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
using System.Reflection;
77

88
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "kind")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:13:00.9010031Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-12T03:34:53.8507425Z")]

src/ModularPipelines.Kind/Options/KindBuildNodeImageOptions.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public record KindBuildNodeImageOptions : KindOptions
2626
public string? Arch { get; set; }
2727

2828
/// <summary>
29-
/// name:tag of the base image to use for the build (default "docker.io/kindest/base:v20260131-d56c8839")
29+
/// name:tag of the base image to use for the build (default "docker.io/kindest/base:v20260214-ea8e5717")
3030
/// </summary>
3131
[CliOption("--base-image", Format = OptionFormat.EqualsSeparated)]
3232
public string? BaseImage { get; set; }

0 commit comments

Comments
 (0)