Skip to content

Commit

Permalink
Fixed bug chart cannot be installed with Helm 2
Browse files Browse the repository at this point in the history
Also, use "-0" instead of "-r0" to capture pre-releases. See
helm/helm#6190

Signed-off-by: Phan Le <phan.le@suse.com>
  • Loading branch information
PhanLe1010 committed Dec 3, 2021
1 parent 0b07366 commit 9b14db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: longhorn
version: 1.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.
keywords:
- longhorn
Expand Down

0 comments on commit 9b14db6

Please sign in to comment.