From 5dc9de870bedaf430ee4270fa0939d3dfdb45630 Mon Sep 17 00:00:00 2001 From: Nils Date: Sun, 19 Dec 2021 14:03:56 +0100 Subject: [PATCH] bump dind image to 20.x, to raise underlying gRPC compat from 1.40 to 1.41 (#627) --- charts/woodpecker-agent/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/woodpecker-agent/templates/deployment.yaml b/charts/woodpecker-agent/templates/deployment.yaml index 8271fdc24..a07c4459a 100644 --- a/charts/woodpecker-agent/templates/deployment.yaml +++ b/charts/woodpecker-agent/templates/deployment.yaml @@ -57,7 +57,7 @@ spec: name: {{ . }} {{- end }} - name: dind - image: "docker:19.03.5-dind" + image: "docker:20.10.12-dind" env: - name: DOCKER_DRIVER value: overlay2