Skip to content

Commit

Permalink
fix: gen1 naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Jan 10, 2025
1 parent 67b1fc1 commit a812ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/agent/datamodel/sig_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const (

// DO NOT MODIFY: 1804GPUContainerd Gen1 & Gen2 pinned to the last image build as
// GPU Dedicated preview image is being deprecated and image builds have stopped.
Frozen1804Gen1GPUDedicatedVHDContainerdSIGIMageVersionForDeprecation string = "202501.05.0"
Frozen1804GPUContainerdSIGImageVersionForDeprecation string = "202501.05.0"

Frozen1804Gen2GPUDedicatedVHDContainerdSIGIMageVersionForDeprecation string = "202501.05.0"

Expand Down Expand Up @@ -480,7 +480,7 @@ var (
ResourceGroup: AKSUbuntuResourceGroup,
Gallery: AKSUbuntuGalleryName,
Definition: "1804gpucontainerd",
Version: Frozen1804Gen1GPUDedicatedVHDContainerdSIGIMageVersionForDeprecation,
Version: Frozen1804GPUContainerdSIGImageVersionForDeprecation,
}

SIGUbuntuGPUContainerd1804Gen2ImageConfigTemplate = SigImageConfigTemplate{
Expand Down

0 comments on commit a812ccb

Please sign in to comment.