From 8cccb33a3bf40862187e463b4bda8d32f625e740 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jun 2024 13:22:34 +0000 Subject: [PATCH] chore(deps): update busybox docker tag to v1.36 --- apps/gitea/runner-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/runner-deployment.yaml b/apps/gitea/runner-deployment.yaml index 63abeb0..4ed4146 100755 --- a/apps/gitea/runner-deployment.yaml +++ b/apps/gitea/runner-deployment.yaml @@ -26,7 +26,7 @@ spec: fsGroup: 1001 initContainers: - name: wait-for-gitea - image: busybox:1.28 + image: busybox:1.36@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb command: ['sh', '-c', "until wget https://git.namesny.com 2>/dev/null; do echo waiting for gitea; sleep 2; done"] containers: - name: runner