From e1872977f69a0011f634829ce6f9bf4e7138d053 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Mon, 4 Nov 2024 05:30:07 +0100 Subject: [PATCH] openscanhub: update AWS AMI image ... to the latest version. Signed-off-by: Siteshwar Vashisht --- .../openscanhub/templates/vm-provisioning-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/openscanhub/templates/vm-provisioning-config b/roles/openshift-apps/openscanhub/templates/vm-provisioning-config index a4295eeb29..a20009e57a 100644 --- a/roles/openshift-apps/openscanhub/templates/vm-provisioning-config +++ b/roles/openshift-apps/openscanhub/templates/vm-provisioning-config @@ -11,10 +11,10 @@ declare -A \ # TODO: We should build a custom image from it by running `osh-worker-role`. # That would reduce the time to spin up new workers. if [[ "$env" == "staging" ]]; then -aws_image[x86_64]=ami-09b22dfe6916e9ee0 +aws_image[x86_64]=ami-0a46397ea7986c9c0 else # Only tested images should be promoted to production. -aws_image[x86_64]=ami-09b22dfe6916e9ee0 +aws_image[x86_64]=ami-0a46397ea7986c9c0 fi # We only support `x86_64` arch for OpenScanHub.