From e647b119bd42e1c65d77944a4b3ea8f3b7761622 Mon Sep 17 00:00:00 2001 From: Shaul Date: Tue, 30 Jan 2024 21:25:07 +0200 Subject: [PATCH] allow configuring the dind image --- charts/gha-runner-scale-set/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 764d923f..2fbd9875 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -96,7 +96,7 @@ volumeMounts: {{- end }} {{- define "gha-runner-scale-set.dind-container" -}} -image: docker:dind +image: {{ .Values.dind.image | default "docker:dind" }} args: - dockerd - --host=unix:///run/docker/docker.sock