From 674cdd0df0a4c75d997dc2bdc418134bdae5bb9e Mon Sep 17 00:00:00 2001 From: Thomas Fenzl Date: Fri, 27 Jan 2023 21:05:47 +0100 Subject: [PATCH] update iscsi installation image to latest alpine. --- deploy/prerequisite/longhorn-iscsi-installation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/prerequisite/longhorn-iscsi-installation.yaml b/deploy/prerequisite/longhorn-iscsi-installation.yaml index 11bd52d..55b9e77 100644 --- a/deploy/prerequisite/longhorn-iscsi-installation.yaml +++ b/deploy/prerequisite/longhorn-iscsi-installation.yaml @@ -26,7 +26,7 @@ spec: - bash - -c - *cmd - image: alpine:3.12 + image: alpine:3.17 securityContext: privileged: true containers: