fix: Use base-images project instead of dockerhub for busybox

This commit is contained in:
dvirlabs 2026-05-06 07:41:15 +03:00
parent 87aa73dbe0
commit 75fe48c9b6

View File

@ -30,7 +30,7 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
initContainers:
- name: wait-for-postgres
image: harbor.dvirlabs.com/dockerhub/busybox:1.35
image: harbor.dvirlabs.com/base-images/busybox:1.35
command: ['sh', '-c', 'until nc -z {{ include "brand-master.fullname" . }}-db-headless {{ .Values.postgres.port | default 5432 }}; do echo waiting for postgres; sleep 2; done;']
containers:
- name: backend