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 <phan.le@suse.com>
This commit is contained in:
parent
0b07366dc3
commit
7733e8ee67
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
name: longhorn
|
name: longhorn
|
||||||
version: 1.1.3-rc2
|
version: 1.1.3-rc2
|
||||||
appVersion: v1.1.3-rc2
|
appVersion: v1.1.3-rc2
|
||||||
kubeVersion: ">=v1.16.0-r0 <v1.22.0-r0"
|
kubeVersion: ">= v1.16.0-0, < v1.22.0-0"
|
||||||
description: Longhorn is a distributed block storage system for Kubernetes.
|
description: Longhorn is a distributed block storage system for Kubernetes.
|
||||||
keywords:
|
keywords:
|
||||||
- longhorn
|
- longhorn
|
||||||
|
Loading…
Reference in New Issue
Block a user