mirror of https://git.rancher.io/rke2-charts
Merge pull request #418 from galal-hussein/include_v129
Include 1.29 in cpi and csi chartspull/419/head
commit
cdc6669a3c
|
@ -0,0 +1,11 @@
|
|||
--- 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: 00
|
||||
packageVersion: 01
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -145,7 +145,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: 022af843c5aa4f885a7ff94df89e9462b5916f8f
|
||||
packageVersion: 00
|
||||
packageVersion: 01
|
||||
|
|
Loading…
Reference in New Issue