From 37f62d8ae7fb01358eb302ec4b715539021006fb Mon Sep 17 00:00:00 2001 From: ijaz ahmad Date: Tue, 27 Jan 2026 11:59:26 +0500 Subject: [PATCH] set custom mtu on latest branch --- charts/gha-runner-scale-set/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 4ac7c261..6afb0f8b 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -101,6 +101,7 @@ args: - dockerd - --host=unix:///var/run/docker.sock - --group=$(DOCKER_GROUP_GID) + - --mtu=1460 env: - name: DOCKER_GROUP_GID value: "123"