From 05d2c51a28bf914c5a27bce201f1ef636137c357 Mon Sep 17 00:00:00 2001 From: davidko Date: Mon, 23 Oct 2023 19:05:18 +0800 Subject: [PATCH] fix: incorrect manager image in uninstall manifest longhorn/longhorn#6895 Signed-off-by: davidko --- uninstall/uninstall.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index a28e488..0151b15 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -106,7 +106,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: longhornio/longhorn-manager:vv1.4.4-rc1 + image: longhornio/longhorn-manager:v1.4.4-rc1 imagePullPolicy: IfNotPresent securityContext: privileged: true