Skip to content

Commit ead236d

Browse files
authored
Merge pull request #5531 from richardcase/fix_e2e_periodic
🐛 fix: default bastion ami lookup
2 parents 1c79952 + 9e66d5a commit ead236d

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)