Skip to content

Commit bab47c4

Browse files
authored
fix AMI query for Ubuntu images (#1927)
1 parent d8c397d commit bab47c4

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
@@ -130,7 +130,7 @@ var (
130130
providerconfig.OperatingSystemUbuntu: {
131131
awstypes.CPUArchitectureX86_64: {
132132
// Be as precise as possible - otherwise we might get a nightly dev build
133-
description: "Canonical, Ubuntu, 24.04 LTS, amd64 noble image build on ????-??-??",
133+
description: "Canonical, Ubuntu, 24.04, amd64 noble image",
134134
// The AWS marketplace ID from Canonical
135135
owner: "099720109477",
136136
},

0 commit comments

Comments
 (0)