Skip to content

Commit 2bed73d

Browse files
authored
feat: default new kubernetes versions to 6.18 kernel (#2658)
Update the default variables to use the newest kernel version so that all new kubernetes versions will use it by default.
1 parent 9b692b6 commit 2bed73d

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"source_ami_filter_name": "al2023-ami-minimal-2023.*-kernel-6.12-*"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"source_ami_filter_name": "al2023-ami-minimal-2023.*-kernel-6.12-*"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"source_ami_filter_name": "al2023-ami-minimal-2023.*-kernel-6.12-*"
3+
}

templates/al2023/variables-default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"remote_folder": "/tmp",
2929
"runc_version": "*",
3030
"security_group_id": "",
31-
"source_ami_filter_name": "al2023-ami-minimal-2023.*-kernel-6.12-*",
31+
"source_ami_filter_name": "al2023-ami-minimal-2023.*-kernel-6.18-*",
3232
"source_ami_id": "",
3333
"source_ami_owners": "137112412989",
3434
"ssh_interface": "",

0 commit comments

Comments
 (0)