Helm chart doesn't allow -xxx as a valid version

- Unless we add `-0`, see helm/helm#9371 for details.
- Besides that, the semver parser doesn't allow with prefix `v`.
  Remove the prefix `v`.
https://github.com/rancher/rancher/blob/release/v2.5.9/pkg/catalog/manager/manager.go#L218-L221

Longhorn 2963

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
JenTing Hsiao 2021-09-02 13:01:03 +08:00 committed by David Ko
parent 55bdd81358
commit 2287b51e00

View File

@ -2,7 +2,7 @@ apiVersion: v1
name: longhorn
version: 1.2.0
appVersion: v1.2.0
kubeVersion: ">=v1.18.0"
kubeVersion: ">=1.18.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
- longhorn