Skip to content

Commit d5d4612

Browse files
fix AMI query for Ubuntu images (#1928)
Co-authored-by: Christoph Mewes <[email protected]>
1 parent 7b143f8 commit d5d4612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloudprovider/provider/aws/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var (
132132
providerconfigtypes.OperatingSystemUbuntu: {
133133
awstypes.CPUArchitectureX86_64: {
134134
// Be as precise as possible - otherwise we might get a nightly dev build
135-
description: "Canonical, Ubuntu, 24.04 LTS, amd64 noble image build on ????-??-??",
135+
description: "Canonical, Ubuntu, 24.04, amd64 noble image",
136136
// The AWS marketplace ID from Canonical
137137
owner: "099720109477",
138138
},

0 commit comments

Comments
 (0)