From 71bcb827e788bc4bfeb815e3fa6b232782382fd1 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 6 Feb 2024 16:40:01 +0100 Subject: [PATCH] chore: update debian 10 (x86_64) image for agent-smoke-legacy-ebpf scenario (#361) Co-authored-by: updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 3034ec846..422867878 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-027d15ce2206020c9 + image: ami-0e1e938b3f38e7558 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 11c820ccb..429c25b82 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-027d15ce2206020c9 + image: ami-0e1e938b3f38e7558 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 57aa36ce6..472cf955b 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -31,7 +31,7 @@ platforms: delete_on_termination: true volume_type: gp3 - name: debian-10-x86_64 - image: ami-027d15ce2206020c9 + image: ami-0e1e938b3f38e7558 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}