Update busybox Docker tag to v1.38
renovate/stability-days Updates have met minimum release age requirement
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
@@ -96,7 +96,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-config
|
- name: init-config
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ spec:
|
|||||||
initContainers:
|
initContainers:
|
||||||
# Wait for PostgreSQL
|
# Wait for PostgreSQL
|
||||||
- name: wait-for-db
|
- name: wait-for-db
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -181,7 +181,7 @@ spec:
|
|||||||
echo "PostgreSQL is ready!"
|
echo "PostgreSQL is ready!"
|
||||||
# Wait for Redis
|
# Wait for Redis
|
||||||
- name: wait-for-redis
|
- name: wait-for-redis
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-directories
|
- name: init-directories
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@@ -282,7 +282,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-db
|
- name: wait-for-db
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -294,7 +294,7 @@ spec:
|
|||||||
done
|
done
|
||||||
echo "PostgreSQL is ready!"
|
echo "PostgreSQL is ready!"
|
||||||
- name: wait-for-redis
|
- name: wait-for-redis
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -584,7 +584,7 @@ spec:
|
|||||||
initContainers:
|
initContainers:
|
||||||
# 1. Wait for PostgreSQL to accept connections
|
# 1. Wait for PostgreSQL to accept connections
|
||||||
- name: wait-for-db
|
- name: wait-for-db
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -597,7 +597,7 @@ spec:
|
|||||||
echo "PostgreSQL is ready!"
|
echo "PostgreSQL is ready!"
|
||||||
# 2. Wait for Redis to accept connections
|
# 2. Wait for Redis to accept connections
|
||||||
- name: wait-for-redis
|
- name: wait-for-redis
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -612,7 +612,7 @@ spec:
|
|||||||
# Prevents the worker from picking up stale queued jobs
|
# Prevents the worker from picking up stale queued jobs
|
||||||
# before schema migrations have been applied.
|
# before schema migrations have been applied.
|
||||||
- name: wait-for-api
|
- name: wait-for-api
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
+1
-1
@@ -315,7 +315,7 @@ spec:
|
|||||||
initContainers:
|
initContainers:
|
||||||
# Create public directory if it doesn't exist
|
# Create public directory if it doesn't exist
|
||||||
- name: init-public-dir
|
- name: init-public-dir
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command: ["sh", "-c", "mkdir -p /srv/public && chmod 755 /srv/public"]
|
command: ["sh", "-c", "mkdir -p /srv/public && chmod 755 /srv/public"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-db
|
- name: wait-for-db
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
Reference in New Issue
Block a user