Update busybox Docker tag to v1.38 #25
@@ -96,7 +96,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: init-config
|
||||
image: busybox:1.36
|
||||
image: busybox:1.38
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -32,7 +32,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: init-directories
|
||||
image: busybox:1.36
|
||||
image: busybox:1.38
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
@@ -153,7 +153,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: wait-for-db
|
||||
image: busybox:1.36
|
||||
image: busybox:1.38
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
||||
Reference in New Issue
Block a user