Merge pull request 'Update busybox Docker tag to v1.38' (#25) from renovate/busybox-1.x into main

This commit was merged in pull request #25.
This commit is contained in:
2026-06-06 00:04:48 +00:00
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ spec:
fsGroup: 1000
initContainers:
- name: init-config
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
+2 -2
View File
@@ -168,7 +168,7 @@ spec:
initContainers:
# Wait for PostgreSQL
- name: wait-for-db
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
@@ -181,7 +181,7 @@ spec:
echo "PostgreSQL is ready!"
# Wait for Redis
- name: wait-for-redis
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
+1 -1
View File
@@ -32,7 +32,7 @@ spec:
spec:
initContainers:
- name: init-directories
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c
+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
+1 -1
View File
@@ -315,7 +315,7 @@ spec:
initContainers:
# Create public directory if it doesn't exist
- name: init-public-dir
image: busybox:1.36
image: busybox:1.38
command: ["sh", "-c", "mkdir -p /srv/public && chmod 755 /srv/public"]
volumeMounts:
- name: data
+1 -1
View File
@@ -153,7 +153,7 @@ spec:
fsGroup: 1000
initContainers:
- name: wait-for-db
image: busybox:1.36
image: busybox:1.38
command:
- sh
- -c