diff --git a/terraform/asg.tf b/terraform/asg.tf index c157216..d40c46a 100644 --- a/terraform/asg.tf +++ b/terraform/asg.tf @@ -31,7 +31,7 @@ resource "aws_launch_template" "k8s-aarch64" { name = "k8s-aarch64" update_default_version = true - image_id = "ami-0995531df014459c2" + image_id = "ami-0e5ef720e9e713b90" instance_type = "t4g.medium" security_group_names = [aws_security_group.k8s-node.name] key_name = "dustin@rosalina" diff --git a/terraform/userdata.yml b/terraform/userdata.yml index 7179369..5d609fb 100644 --- a/terraform/userdata.yml +++ b/terraform/userdata.yml @@ -1,6 +1,6 @@ #cloud-config bootcmd: -- [ dnf, module, enable, 'cri-o:1.24', -y ] +- [ dnf, module, enable, 'cri-o:1.25', -y ] - [ ln, -sf, /run/systemd/resolve/stub-resolv.conf, /etc/resolv.conf ] packages: