From aa676daf70863fe728bbe3db2a5b59432439972a Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Thu, 9 Jan 2025 14:35:08 -0800 Subject: [PATCH] Update GitLab AMI to v12 (#6805) --- terraform/gitlab/gitlab.tf.json.template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/gitlab/gitlab.tf.json.template.py b/terraform/gitlab/gitlab.tf.json.template.py index ac2af769a..f3ca83905 100644 --- a/terraform/gitlab/gitlab.tf.json.template.py +++ b/terraform/gitlab/gitlab.tf.json.template.py @@ -244,10 +244,10 @@ # For instructions on finding the latest CIS-hardened AMI, see # OPERATOR.rst#upgrading-linux-ami # -# CIS Amazon Linux 2 Kernel 4.14 Benchmark - Level 1 - v11 -4c096026-c6b0-440c-bd2f-6d34904e4fc6 +# CIS Amazon Linux 2 Kernel 4.14 Benchmark - Level 1 - v12 -4c096026-c6b0-440c-bd2f-6d34904e4fc6 # ami_id = { - 'us-east-1': 'ami-0a21f5234dcf8057a' + 'us-east-1': 'ami-0a5d7e321c34492d7' } gitlab_mount = '/mnt/gitlab'