mirror of https://git.rancher.io/charts
fix harvester csi driver kube-version range
parent
7502119318
commit
7bec89c897
Binary file not shown.
|
@ -1,10 +1,10 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Harvester CSI Driver
|
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/namespace: kube-system
|
||||||
catalog.cattle.io/os: linux
|
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/rancher-version: '>= 2.6.1-0 < 2.7.0-0'
|
||||||
catalog.cattle.io/release-name: harvester-csi-driver
|
catalog.cattle.io/release-name: harvester-csi-driver
|
||||||
catalog.cattle.io/ui-component: harvester-csi-driver
|
catalog.cattle.io/ui-component: harvester-csi-driver
|
||||||
|
|
|
@ -773,18 +773,18 @@ entries:
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Harvester CSI Driver
|
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/namespace: kube-system
|
||||||
catalog.cattle.io/os: linux
|
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/rancher-version: '>= 2.6.1-0 < 2.7.0-0'
|
||||||
catalog.cattle.io/release-name: harvester-csi-driver
|
catalog.cattle.io/release-name: harvester-csi-driver
|
||||||
catalog.cattle.io/ui-component: harvester-csi-driver
|
catalog.cattle.io/ui-component: harvester-csi-driver
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.1.3
|
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
|
description: A Helm chart for Harvester CSI driver
|
||||||
digest: 9631f29b9b7fe341808cbe52a7c9143a3c68a35cb6cd1bed9e193e920bce290a
|
digest: 9f0e95e6ee416cceef2796ab0c38cc3b55458ba846658113761b453eb4c23448
|
||||||
keywords:
|
keywords:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
- harvester
|
- harvester
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue