Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: changing gcp image for ubuntu 20.04 #1232

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/gcp/ubuntu-2004.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down