chore(infra): bump COS version for relays to cos-117-lts (#8533)

The 117 version uses Linux 6.6 whereas 113 only uses Linux 6.1. By using
a newer kernel, we can hopefully get eBPF to work on Google Cloud.

https://cloud.google.com/container-optimized-os/docs/release-notes/m113
https://cloud.google.com/container-optimized-os/docs/release-notes/m117
This commit is contained in:
Thomas Eizinger
2025-03-28 15:03:51 +11:00
committed by GitHub
parent 7f4bfc938c
commit 34c5b6475f

View File

@@ -54,7 +54,7 @@ locals {
# Fetch most recent COS image
data "google_compute_image" "coreos" {
family = "cos-113-lts"
family = "cos-117-lts"
project = "cos-cloud"
}