mirror of https://git.rancher.io/rke2-charts
Add support for vpshere cpi/csi thru 1.30 (#477)
Signed-off-by: Derek Nola <derek.nola@suse.com>pull/488/head
parent
ed19f869e7
commit
2c1c2cfea4
|
@ -1,11 +0,0 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -32,7 +32,7 @@
|
||||
# Supported versions can be found at:
|
||||
# https://github.com/kubernetes/cloud-provider-vsphere#compatibility-with-kubernetes
|
||||
versionOverrides:
|
||||
- - constraint: "~ 1.28"
|
||||
+ - constraint: ">= 1.28 <= 1.29"
|
||||
values:
|
||||
cloudControllerManager:
|
||||
repository: rancher/mirrored-cloud-provider-vsphere-cpi-release-manager
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/rancher/vsphere-charts.git
|
||||
subdirectory: charts/rancher-vsphere-cpi
|
||||
commit: 022af843c5aa4f885a7ff94df89e9462b5916f8f
|
||||
packageVersion: 01
|
||||
commit: 8385f720967658ca982e127243b4e0289ac13b08
|
||||
packageVersion: 00
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -150,7 +150,7 @@
|
||||
# https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/3.0/vmware-vsphere-csp-getting-started/GUID-D4AAD99E-9128-40CE-B89C-AD451DA8379D.html#kubernetes-versions-compatible-with-vsphere-container-storage-plugin-1
|
||||
versionOverrides:
|
||||
# Versions from https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/v3.1.2/manifests/vanilla/vsphere-csi-driver.yaml
|
||||
- - constraint: ">= 1.26 < 1.29"
|
||||
+ - constraint: ">= 1.26 <= 1.29"
|
||||
values:
|
||||
csiController:
|
||||
image:
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/rancher/vsphere-charts.git
|
||||
subdirectory: charts/rancher-vsphere-csi
|
||||
commit: 0a91c2fe20a9ac83512ac1b06ed712b30653b849
|
||||
commit: 8385f720967658ca982e127243b4e0289ac13b08
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue