update setcap/debian-base to bookworm-v1.0.2

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
cpanato
2024-03-28 14:57:22 +01:00
parent f4e246bc93
commit fc428df491
12 changed files with 39 additions and 39 deletions

View File

@@ -1064,7 +1064,7 @@ func NewPersistentVolumeRecyclerPodTemplate() *v1.Pod {
Containers: []v1.Container{
{
Name: "pv-recycler",
Image: "registry.k8s.io/build-image/debian-base:bookworm-v1.0.1",
Image: "registry.k8s.io/build-image/debian-base:bookworm-v1.0.2",
Command: []string{"/bin/sh"},
Args: []string{"-c", "test -e /scrub && find /scrub -mindepth 1 -delete && test -z \"$(ls -A /scrub)\" || exit 1"},
VolumeMounts: []v1.VolumeMount{