mirror of https://git.rancher.io/charts
Merge pull request #1752 from aiyengar2/rebase_vsphere_charts
Point vsphere charts at rancher/vsphere-chartspull/1759/head
commit
e3407a46bf
Binary file not shown.
Binary file not shown.
|
@ -18,4 +18,4 @@ maintainers:
|
|||
name: rancher-vsphere-cpi
|
||||
sources:
|
||||
- https://github.com/kubernetes/cloud-provider-vsphere
|
||||
version: 1.0.1
|
||||
version: 100.1.1+up1.0.1
|
|
@ -18,4 +18,4 @@ maintainers:
|
|||
name: rancher-vsphere-csi
|
||||
sources:
|
||||
- https://github.com/kubernetes-sigs/vsphere-csi-driver
|
||||
version: 2.3.0
|
||||
version: 100.1.1+up2.3.0-rancher1
|
50
index.yaml
50
index.yaml
|
@ -6297,6 +6297,31 @@ entries:
|
|||
- assets/rancher-tracing/rancher-tracing-1.20.001.tgz
|
||||
version: 1.20.001
|
||||
rancher-vsphere-cpi:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: vSphere CPI
|
||||
catalog.cattle.io/namespace: kube-system
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/rancher-version: '>= 2.6.0-0 <= 2.6.99-0'
|
||||
catalog.cattle.io/release-name: vsphere-cpi
|
||||
apiVersion: v1
|
||||
appVersion: 1.0.1
|
||||
created: "2022-02-17T16:24:38.987214-08:00"
|
||||
description: vSphere Cloud Provider Interface (CPI)
|
||||
digest: 13ba09610a079552ac9861c4d6f8d658c373c45a54f893714bfa3e969a06a483
|
||||
icon: https://charts.rancher.io/assets/logos/vsphere-cpi.svg
|
||||
keywords:
|
||||
- infrastructure
|
||||
kubeVersion: 1.18 - 1.21
|
||||
maintainers:
|
||||
- email: caleb@rancher.com
|
||||
name: Rancher
|
||||
name: rancher-vsphere-cpi
|
||||
sources:
|
||||
- https://github.com/kubernetes/cloud-provider-vsphere
|
||||
urls:
|
||||
- assets/rancher-vsphere-cpi/rancher-vsphere-cpi-100.1.1+up1.0.1.tgz
|
||||
version: 100.1.1+up1.0.1
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: vSphere CPI
|
||||
|
@ -6421,6 +6446,31 @@ entries:
|
|||
- assets/rancher-vsphere-cpi/rancher-vsphere-cpi-1.0.000.tgz
|
||||
version: 1.0.000
|
||||
rancher-vsphere-csi:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: vSphere CSI
|
||||
catalog.cattle.io/namespace: kube-system
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/rancher-version: '>= 2.6.0-0 <= 2.6.99-0'
|
||||
catalog.cattle.io/release-name: vsphere-csi
|
||||
apiVersion: v1
|
||||
appVersion: 2.3.0
|
||||
created: "2022-02-17T16:24:39.812983-08:00"
|
||||
description: vSphere Cloud Storage Interface (CSI)
|
||||
digest: 1f90430a7a76957ecbd1ad950d734607e1e579f9582f33461546d00d8de2de2f
|
||||
icon: https://charts.rancher.io/assets/logos/vsphere-csi.svg
|
||||
keywords:
|
||||
- infrastructure
|
||||
kubeVersion: 1.19 - 1.21
|
||||
maintainers:
|
||||
- email: caleb@rancher.com
|
||||
name: Rancher
|
||||
name: rancher-vsphere-csi
|
||||
sources:
|
||||
- https://github.com/kubernetes-sigs/vsphere-csi-driver
|
||||
urls:
|
||||
- assets/rancher-vsphere-csi/rancher-vsphere-csi-100.1.1+up2.3.0-rancher1.tgz
|
||||
version: 100.1.1+up2.3.0-rancher1
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/display-name: vSphere CSI
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
url: local
|
||||
version: 100.1.0+up1.0.100
|
||||
url: https://github.com/rancher/vsphere-charts.git
|
||||
subdirectory: charts/rancher-vsphere-cpi
|
||||
commit: 27242a6495e33d34286d557459eb3cab785e26dd
|
||||
version: 100.1.1
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
url: local
|
||||
version: 100.1.0+up2.3.0
|
||||
url: https://github.com/rancher/vsphere-charts.git
|
||||
subdirectory: charts/rancher-vsphere-csi
|
||||
commit: 27242a6495e33d34286d557459eb3cab785e26dd
|
||||
version: 100.1.1
|
||||
|
|
|
@ -40,6 +40,9 @@ rancher-pushprox:
|
|||
- 100.0.2
|
||||
rancher-vsphere-csi:
|
||||
- 2.3.1
|
||||
- 100.1.1+up2.3.0-rancher1
|
||||
rancher-vsphere-cpi:
|
||||
- 100.1.1+up1.0.1
|
||||
rancher-webhook:
|
||||
- 0.1.300+up0.1.3
|
||||
- 1.0.4+up0.2.5-rc1
|
||||
|
|
Loading…
Reference in New Issue