Add K8s version limitation to < 1.4 chart
Longhorn 4664 Signed-off-by: Ray Chang <ray.chang@suse.com>
This commit is contained in:
parent
76bd82c9e0
commit
f61e36eae8
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
name: longhorn
|
name: longhorn
|
||||||
version: 1.2.5
|
version: 1.2.5
|
||||||
appVersion: v1.2.5
|
appVersion: v1.2.5
|
||||||
kubeVersion: ">=1.18.0-0"
|
kubeVersion: ">=1.18.0-0 <1.25.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