From 03b8af9b78c4a53b33c675788c3d2fc5c2bb2a91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Jun 2026 00:04:43 +0000 Subject: [PATCH] Update busybox Docker tag to v1.38 --- arcade-system/romm.yaml | 2 +- booking-system/booking.yaml | 4 ++-- gitea-system/gitea.yaml | 2 +- jarrs-system/jarr-dev.yaml | 10 +++++----- web-system/web.yaml | 2 +- workout-system/sparkyfitness.yaml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/arcade-system/romm.yaml b/arcade-system/romm.yaml index 9b311b8..29c9e75 100644 --- a/arcade-system/romm.yaml +++ b/arcade-system/romm.yaml @@ -96,7 +96,7 @@ spec: fsGroup: 1000 initContainers: - name: init-config - image: busybox:1.36 + image: busybox:1.38 command: - sh - -c diff --git a/booking-system/booking.yaml b/booking-system/booking.yaml index 76d7a02..0253d0a 100644 --- a/booking-system/booking.yaml +++ b/booking-system/booking.yaml @@ -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 diff --git a/gitea-system/gitea.yaml b/gitea-system/gitea.yaml index 4d356b0..8b2e653 100644 --- a/gitea-system/gitea.yaml +++ b/gitea-system/gitea.yaml @@ -32,7 +32,7 @@ spec: spec: initContainers: - name: init-directories - image: busybox:1.36 + image: busybox:1.38 command: - sh - -c diff --git a/jarrs-system/jarr-dev.yaml b/jarrs-system/jarr-dev.yaml index 72792ec..e971912 100644 --- a/jarrs-system/jarr-dev.yaml +++ b/jarrs-system/jarr-dev.yaml @@ -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 diff --git a/web-system/web.yaml b/web-system/web.yaml index 00765b4..00598ef 100644 --- a/web-system/web.yaml +++ b/web-system/web.yaml @@ -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 diff --git a/workout-system/sparkyfitness.yaml b/workout-system/sparkyfitness.yaml index 0bad048..b1c6900 100644 --- a/workout-system/sparkyfitness.yaml +++ b/workout-system/sparkyfitness.yaml @@ -153,7 +153,7 @@ spec: fsGroup: 1000 initContainers: - name: wait-for-db - image: busybox:1.36 + image: busybox:1.38 command: - sh - -c