From 7733e8ee67bb7e22d70a7836bedfecdc74a9a349 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Thu, 2 Dec 2021 16:21:37 -0800 Subject: [PATCH] Fixed bug chart cannot be installed with Helm 2 Also, use "-0" instead of "-r0" to capture pre-releases. See https://github.com/helm/helm/issues/6190 Signed-off-by: Phan Le --- chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2bcfc3d..97d7f49 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: longhorn version: 1.1.3-rc2 appVersion: v1.1.3-rc2 -kubeVersion: ">=v1.16.0-r0 = v1.16.0-0, < v1.22.0-0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: - longhorn