fix harvester csi driver kube-version range

pull/2012/head
Chris Ho 2022-08-12 14:35:54 +08:00
parent 7502119318
commit 7bec89c897
4 changed files with 21 additions and 6 deletions

View File

@ -1,10 +1,10 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Harvester CSI Driver
catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.24.0-0'
catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.25.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/rancher-version: '>= 2.6.1-0 < 2.7.0-0'
catalog.cattle.io/release-name: harvester-csi-driver
catalog.cattle.io/ui-component: harvester-csi-driver

View File

@ -773,18 +773,18 @@ entries:
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Harvester CSI Driver
catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.24.0-0'
catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.25.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/rancher-version: '>= 2.6.1-0 < 2.7.0-0'
catalog.cattle.io/release-name: harvester-csi-driver
catalog.cattle.io/ui-component: harvester-csi-driver
apiVersion: v2
appVersion: v0.1.3
created: "2022-07-08T12:01:18.339364-07:00"
created: "2022-08-12T14:34:36.59873+08:00"
description: A Helm chart for Harvester CSI driver
digest: 9631f29b9b7fe341808cbe52a7c9143a3c68a35cb6cd1bed9e193e920bce290a
digest: 9f0e95e6ee416cceef2796ab0c38cc3b55458ba846658113761b453eb4c23448
keywords:
- infrastructure
- harvester

View File

@ -0,0 +1,15 @@
--- charts-original/Chart.yaml
+++ charts/Chart.yaml
@@ -1,10 +1,10 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Harvester CSI Driver
- catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.24.0-0'
+ catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.25.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
- catalog.cattle.io/permits-os: linux
+ catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/rancher-version: '>= 2.6.1-0 < 2.7.0-0'
catalog.cattle.io/release-name: harvester-csi-driver
catalog.cattle.io/ui-component: harvester-csi-driver