From 19856f39965c443e17fe1ec4cdd93a3f707c7f4d Mon Sep 17 00:00:00 2001
From: Brad Davidson <brad.davidson@rancher.com>
Date: Tue, 15 Sep 2020 14:10:46 -0700
Subject: [PATCH] Update helper image to point at Rancher-mirrored busybox

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 132b406b..48592a89 100644
--- a/main.go
+++ b/main.go
@@ -30,7 +30,7 @@ var (
 	DefaultNamespace       = "local-path-storage"
 	FlagHelperImage        = "helper-image"
 	EnvHelperImage         = "HELPER_IMAGE"
-	DefaultHelperImage     = "busybox"
+	DefaultHelperImage     = "rancher/library-busybox:1.31.1"
 	FlagServiceAccountName = "service-account-name"
 	DefaultServiceAccount  = "local-path-provisioner-service-account"
 	EnvServiceAccountName  = "SERVICE_ACCOUNT_NAME"
-- 
GitLab