From 5c14c4582192db49c42a6a0a98dbbf99404bf2ea Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Tue, 12 Nov 2024 14:22:04 +0100 Subject: [PATCH] use busybox 1.37 (with TLS fix) --- templates/pool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pool.yaml b/templates/pool.yaml index d0d4b93..7c71d42 100644 --- a/templates/pool.yaml +++ b/templates/pool.yaml @@ -58,7 +58,7 @@ spec: name: certs-store-{{ . }} {{- if $.Values.dcache.door.enabled }} - name: wait-for-core - image: busybox:1.28 + image: busybox:1.37 command: ['sh', '-c', "until nc -z -v {{ $.Release.Name }}-door-svc.{{ $.Release.Namespace }}.svc.cluster.local {{ $.Values.cell.tunnel }}; do echo waiting for core to start; sleep 2; done"] {{ end }} volumes: