Skip to content

Commit

Permalink
Update migrations-job.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu authored Jan 29, 2025
1 parent 1231dd0 commit f6b06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/chatwoot/templates/migrations-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
done;
echo "Database ready to accept connections." ;
- name: init-redis
image: "{{.Values.global.imageRegistry}}busybox:1.28"
image: "{{.Values.global.imageRegistry | default ""}}busybox:1.28"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["sh", "-c", "until nslookup {{ template "chatwoot.redis.host" . }} ; do echo waiting for {{ template "chatwoot.redis.host" . }} ; sleep 2; done;"]
containers:
Expand Down

0 comments on commit f6b06b3

Please sign in to comment.