From 4c74890cff20ff5d429c47f25017f895568b7ab6 Mon Sep 17 00:00:00 2001 From: Keith Lucas Date: Thu, 3 Mar 2022 13:01:48 -0500 Subject: [PATCH] Add the new instance manager to the charts Signed-off-by: Keith Lucas --- chart/questions.yml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/questions.yml b/chart/questions.yml index d1a198a..bcdb76f 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -53,7 +53,7 @@ questions: label: Longhorn Instance Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.instanceManager.tag - default: v1_20211210 + default: v1_20220303 description: "Specify Longhorn Instance Manager Image Tag" type: string label: Longhorn Instance Manager Image Tag diff --git a/chart/values.yaml b/chart/values.yaml index e9852e1..71fa906 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -18,7 +18,7 @@ image: tag: v1.2.3 instanceManager: repository: longhornio/longhorn-instance-manager - tag: v1_20211210 + tag: v1_20220303 shareManager: repository: longhornio/longhorn-share-manager tag: v1_20211020