From 90d7379bc6bbb408ffb96adc37d794331dcbea57 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:27:10 +0800 Subject: [PATCH] fix(container): update image busybox to v1.36.1 (#13) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/sandstorm/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/sandstorm/app/hr.yaml b/kube/deploy/apps/sandstorm/app/hr.yaml index 213dce25..3c6f17c4 100644 --- a/kube/deploy/apps/sandstorm/app/hr.yaml +++ b/kube/deploy/apps/sandstorm/app/hr.yaml @@ -64,7 +64,7 @@ spec: protocol: UDP initContainers: init-permission: - image: busybox:1.36.0 + image: busybox:1.36.1 imagePullPolicy: IfNotPresent command: - sh