Add K8s version limitation to < 1.4 chart
Longhorn 4525 Signed-off-by: Ray Chang <ray.chang@suse.com>
This commit is contained in:
parent
2753477993
commit
199849b17b
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
name: longhorn
|
||||
version: 1.3.2-rc1
|
||||
appVersion: v1.3.2-rc1
|
||||
kubeVersion: ">=1.18.0-0"
|
||||
kubeVersion: ">=1.18.0-0 <1.25.0-0"
|
||||
description: Longhorn is a distributed block storage system for Kubernetes.
|
||||
keywords:
|
||||
- longhorn
|
||||
|
Loading…
Reference in New Issue
Block a user