diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 53b1c2b3..0336a29f 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -118,6 +118,8 @@ args: env: - name: DOCKER_GROUP_GID value: "123" + - name: DOCKER_IPTABLES_LEGACY + value: "1" securityContext: privileged: true {{- if (ge (.Capabilities.KubeVersion.Minor | int) 29) }} diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index 4b4640cf..92d962c2 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -325,6 +325,8 @@ template: ## env: ## - name: DOCKER_GROUP_GID ## value: "123" + ## - name: DOCKER_IPTABLES_LEGACY + ## value: "1" ## securityContext: ## privileged: true ## restartPolicy: Always