Skip to content

Commit

Permalink
use busybox 1.37 (with TLS fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Nov 12, 2024
1 parent 64e8de8 commit 5c14c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c14c45

Please sign in to comment.