Skip to content

Commit ff4140b

Browse files
authored
fix: update ubuntu version (#290)
1 parent 539c79a commit ff4140b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/utils/machine_images.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ var ValidARMOrMachineImagesUbuntu2004 = []string{
1010
// Ubuntu 2004
1111
"ubuntu-2004:current",
1212
"ubuntu-2004:edge",
13+
"ubuntu-2004:2024.04.4",
1314
"ubuntu-2004:2024.01.2",
1415
"ubuntu-2004:2024.01.1",
1516
"ubuntu-2004:2023.10.1",
@@ -34,6 +35,10 @@ var ValidARMOrMachineImagesUbuntu2204 = []string{
3435
// Ubuntu 2204
3536
"ubuntu-2204:current",
3637
"ubuntu-2204:edge",
38+
"ubuntu-2204:2024.04.4",
39+
"ubuntu-2204:2024.01.2",
40+
"ubuntu-2204:2024.01.1",
41+
"ubuntu-2204:2023.10.1",
3742
"ubuntu-2204:2023.07.2",
3843
"ubuntu-2204:2023.04.2",
3944
"ubuntu-2204:2023.04.1",

0 commit comments

Comments
 (0)