Skip to content

Commit

Permalink
Update busybox Docker digest to db142d4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 21, 2024
1 parent 04073af commit d21d712
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/bases/app/jobs/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
initContainers:
- name: set-volume-ownership
image: busybox@sha256:5b0f33c83a97f5f7d12698df6732098b0cdb860d377f6307b68efe2c6821296f
image: busybox@sha256:db142d433cdde11f10ae479dbf92f3b13d693fd1c91053da9979728cceb1dc68
command:
- /bin/sh
args:
Expand Down
2 changes: 1 addition & 1 deletion deploy/bases/database/percona.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
initContainers:
- name: set-volume-ownership
image: busybox@sha256:5b0f33c83a97f5f7d12698df6732098b0cdb860d377f6307b68efe2c6821296f
image: busybox@sha256:db142d433cdde11f10ae479dbf92f3b13d693fd1c91053da9979728cceb1dc68
command:
- /bin/sh
args:
Expand Down
2 changes: 1 addition & 1 deletion deploy/bases/elasticsearch/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
initContainers:
- name: set-volume-ownership
image: busybox@sha256:5b0f33c83a97f5f7d12698df6732098b0cdb860d377f6307b68efe2c6821296f
image: busybox@sha256:db142d433cdde11f10ae479dbf92f3b13d693fd1c91053da9979728cceb1dc68
command:
- /bin/sh
args:
Expand Down
4 changes: 2 additions & 2 deletions deploy/step-2/patches/wait-for-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- name: magento-web
initContainers:
- name: wait-for-redis
image: busybox@sha256:5b0f33c83a97f5f7d12698df6732098b0cdb860d377f6307b68efe2c6821296f
image: busybox@sha256:db142d433cdde11f10ae479dbf92f3b13d693fd1c91053da9979728cceb1dc68
command: ["/bin/sh"]
args:
- -c
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
- name: magento-setup
initContainers:
- name: wait-for-redis
image: busybox@sha256:5b0f33c83a97f5f7d12698df6732098b0cdb860d377f6307b68efe2c6821296f
image: busybox@sha256:db142d433cdde11f10ae479dbf92f3b13d693fd1c91053da9979728cceb1dc68
command: ["/bin/sh"]
args:
- -c
Expand Down

0 comments on commit d21d712

Please sign in to comment.