From ffc7bf99c94b0e3bb0bca323316a3f9642f7b7ae Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Fri, 19 Jul 2024 16:03:59 -0700 Subject: [PATCH] Update GitLab AMI to v06 (#6389) --- 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 ecfc349398..f296fd08c6 100644 --- a/terraform/gitlab/gitlab.tf.json.template.py +++ b/terraform/gitlab/gitlab.tf.json.template.py @@ -240,10 +240,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 - v05 -4c096026-c6b0-440c-bd2f-6d34904e4fc6 +# CIS Amazon Linux 2 Kernel 4.14 Benchmark - Level 1 - v06 -4c096026-c6b0-440c-bd2f-6d34904e4fc6 # ami_id = { - 'us-east-1': 'ami-0889b6cfe6c5e001e' + 'us-east-1': 'ami-077b2ed45bb798367' } gitlab_mount = '/mnt/gitlab'