Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update ubuntu 2204 (arm64) image for agent-uninstall-clean-all scenario #394

Merged
merged 6 commits into from
Feb 27, 2024
Merged
2 changes: 1 addition & 1 deletion molecule/agent-smoke-kmodule/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-arm64
image: ami-0ccb3496f552e9547
image: ami-00514fcddac57b513
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
2 changes: 1 addition & 1 deletion molecule/agent-smoke-universal-ebpf/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-arm64
image: ami-0ccb3496f552e9547
image: ami-00514fcddac57b513
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
2 changes: 1 addition & 1 deletion molecule/agent-uninstall-clean-all/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ platforms:
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-arm64
image: ami-0ccb3496f552e9547
image: ami-00514fcddac57b513
instance_type: ${INSTANCE_TYPE_AARCH}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down
Loading