From 696e6588f56fbee8334d13229e9251f0a1fd1094 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 16 Dec 2020 21:13:18 -0800 Subject: [PATCH] Update instance manager to v1_20201216 Signed-off-by: Sheng Yang --- chart/questions.yml | 4 ++-- chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/questions.yml b/chart/questions.yml index 647dceb..4a1e93a 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_20201021 + default: v1_20201216 description: "Specify Longhorn Instance Manager Image Tag" type: string label: Longhorn Instance Manager Image Tag @@ -509,4 +509,4 @@ Warning: This option works only when there is a failed replica in the volume. An description: "Setup a pod security policy for Longhorn workloads." label: Pod Security Policy type: boolean - group: "Other Settings" \ No newline at end of file + group: "Other Settings" diff --git a/chart/values.yaml b/chart/values.yaml index a253860..967a47a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -18,7 +18,7 @@ image: tag: v1.1.0-rc2 instanceManager: repository: longhornio/longhorn-instance-manager - tag: v1_20201021 + tag: v1_20201216 shareManager: repository: longhornio/longhorn-share-manager tag: v1_20201204