From cbfd4742a21225330738a45f5718c9ec6ef63f8d Mon Sep 17 00:00:00 2001 From: Daniel Sotirhos Date: Tue, 3 Oct 2023 09:31:44 -0700 Subject: [PATCH] Update GitLab AMI to v2.0.0.24 (#4014) --- 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 79ed405027..5734789b80 100644 --- a/terraform/gitlab/gitlab.tf.json.template.py +++ b/terraform/gitlab/gitlab.tf.json.template.py @@ -252,10 +252,10 @@ # For instructions on finding the latest CIS-hardened AMI, see # OPERATOR.rst#upgrading-linux-ami # -# CIS Amazon Linux 2 Kernel 4.14 Benchmark v2.0.0.23 - Level 1-4c096026-c6b0-440c-bd2f-6d34904e4fc6 +# CIS Amazon Linux 2 Kernel 4.14 Benchmark v2.0.0.24 - Level 1-4c096026-c6b0-440c-bd2f-6d34904e4fc6 # ami_id = { - 'us-east-1': 'ami-040521b2ef930dbf7' + 'us-east-1': 'ami-0fac124aa9383b3bf' } gitlab_mount = '/mnt/gitlab'