Skip to content

Commit 5c14c45

Browse files
committed
use busybox 1.37 (with TLS fix)
1 parent 64e8de8 commit 5c14c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
name: certs-store-{{ . }}
5959
{{- if $.Values.dcache.door.enabled }}
6060
- name: wait-for-core
61-
image: busybox:1.28
61+
image: busybox:1.37
6262
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"]
6363
{{ end }}
6464
volumes:

0 commit comments

Comments
 (0)