From 451d299c877d6ab37f49e6ccda7bcf5623f4c0d8 Mon Sep 17 00:00:00 2001 From: Keith Lucas Date: Thu, 3 Mar 2022 13:06:00 -0500 Subject: [PATCH] Update the instance message in the chart Signed-off-by: Keith Lucas --- chart/questions.yaml | 2 +- chart/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index 0b5b37f..3bf49eb 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -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 9782df8..1e8807c 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 @@ -235,4 +235,4 @@ annotations: {} serviceAccount: # Annotations to add to the service account - annotations: {} \ No newline at end of file + annotations: {}