mirror of https://git.rancher.io/charts
update kube-version of harvester-csi-driver
- move to support k8s v1.26 Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>pull/2632/head
parent
8aa4d1ef7c
commit
3622230a87
|
@ -1,6 +1,11 @@
|
||||||
--- charts-original/Chart.yaml
|
--- charts-original/Chart.yaml
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -5,9 +5,10 @@
|
@@ -1,13 +1,14 @@
|
||||||
|
annotations:
|
||||||
|
catalog.cattle.io/certified: rancher
|
||||||
|
catalog.cattle.io/display-name: Harvester CSI Driver
|
||||||
|
- catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.26.0-0'
|
||||||
|
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.27.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
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://github.com/harvester/charts/releases/download/harvester-csi-driver-0.1.16/harvester-csi-driver-0.1.16.tgz
|
url: https://github.com/harvester/charts/releases/download/harvester-csi-driver-0.1.16/harvester-csi-driver-0.1.16.tgz
|
||||||
version: 102.0.0
|
version: 102.0.1
|
||||||
|
|
|
@ -37,6 +37,7 @@ rancher-webhook:
|
||||||
- 2.0.5+up0.3.5-rc5
|
- 2.0.5+up0.3.5-rc5
|
||||||
harvester-csi-driver:
|
harvester-csi-driver:
|
||||||
- 100.0.4+up0.1.16
|
- 100.0.4+up0.1.16
|
||||||
|
- 102.0.1+up0.1.16
|
||||||
harvester-cloud-provider:
|
harvester-cloud-provider:
|
||||||
- 100.0.4+up0.1.14
|
- 100.0.4+up0.1.14
|
||||||
rancher-vsphere-cpi:
|
rancher-vsphere-cpi:
|
||||||
|
|
Loading…
Reference in New Issue