Update busybox Docker tag to v1.38
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Renovate Bot
2026-06-06 00:04:43 +00:00
parent da1e8045d0
commit 03b8af9b78
6 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -282,7 +282,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
@@ -294,7 +294,7 @@ spec:
done
echo "PostgreSQL is ready!"
- name: wait-for-redis
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
@@ -584,7 +584,7 @@ spec:
initContainers:
# 1. Wait for PostgreSQL to accept connections
- name: wait-for-db
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
@@ -597,7 +597,7 @@ spec:
echo "PostgreSQL is ready!"
# 2. Wait for Redis to accept connections
- name: wait-for-redis
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
@@ -612,7 +612,7 @@ spec:
# Prevents the worker from picking up stale queued jobs
# before schema migrations have been applied.
- name: wait-for-api
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c