Skip to content

Commit

Permalink
Update busybox Docker digest to a5d0ce4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 04f2e80 commit 96a1fad
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:2919d0172f7524b2d8df9e50066a682669e6d170ac0f6a49676d54358fe970b5
image: busybox@sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1
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:2919d0172f7524b2d8df9e50066a682669e6d170ac0f6a49676d54358fe970b5
image: busybox@sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1
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:2919d0172f7524b2d8df9e50066a682669e6d170ac0f6a49676d54358fe970b5
image: busybox@sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1
command:
- /bin/sh
args:
Expand Down
4 changes: 2 additions & 2 deletions deploy/walkthrough/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:2919d0172f7524b2d8df9e50066a682669e6d170ac0f6a49676d54358fe970b5
image: busybox@sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1
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:2919d0172f7524b2d8df9e50066a682669e6d170ac0f6a49676d54358fe970b5
image: busybox@sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1
command: ["/bin/sh"]
args:
- -c
Expand Down

0 comments on commit 96a1fad

Please sign in to comment.