From a4cdb838705cfa52acd94d211c6d3bfcd76bc8a7 Mon Sep 17 00:00:00 2001 From: Matt Dolbey Date: Mon, 25 Nov 2024 12:01:07 -0600 Subject: [PATCH] chore: changing gcp image for ubuntu 20.04 --- images/gcp/ubuntu-2004.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/gcp/ubuntu-2004.yaml b/images/gcp/ubuntu-2004.yaml index c1f5e487c..3e720c654 100644 --- a/images/gcp/ubuntu-2004.yaml +++ b/images/gcp/ubuntu-2004.yaml @@ -5,8 +5,8 @@ python_path: "" packer: # The source image to use to create the new image from. source_image = `distribution`-`distribution_version-k8sversion-timestamp` distribution: "ubuntu" - distribution_version: "2004-focal-v20231213" - source_image: "ubuntu-2004-focal-v20231213" + distribution_version: "2004-focal-v20241115" + source_image: "ubuntu-2004-focal-v20241115" # The source_image_family to use to create the new image from. distribution_family: "ubuntu-2004-lts" # The username to connect to SSH with. Required if using SSH.