Skip to content

Commit 5732271

Browse files
authored
Merge pull request #5533 from k8s-infra-cherrypick-robot/cherry-pick-5531-to-release-2.8
[release-2.8] 🐛 fix: default bastion ami lookup
2 parents 3cced50 + 5b9685a commit 5732271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/services/ec2/ami.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const (
6060
ubuntuOwnerIDUsGov = "513442679011"
6161

6262
// Description regex for fetching Ubuntu AMIs for bastion host.
63-
ubuntuImageDescription = "Canonical??Ubuntu??24.04?LTS??amd64?noble?image*"
63+
ubuntuImageDescription = "Canonical??Ubuntu??24.04??amd64?noble?image*"
6464

6565
// defaultMachineAMILookupBaseOS is the default base operating system to use
6666
// when looking up machine AMIs.

0 commit comments

Comments
 (0)