Merge pull request #418 from galal-hussein/include_v129

Include 1.29 in cpi and csi charts
pull/419/head
Hussein Galal 2024-03-05 23:15:01 +02:00 committed by GitHub
commit cdc6669a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 24 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
url: https://github.com/rancher/vsphere-charts.git
subdirectory: charts/rancher-vsphere-cpi
commit: 022af843c5aa4f885a7ff94df89e9462b5916f8f
packageVersion: 00
packageVersion: 01

View File

@ -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:

View File

@ -1,4 +1,4 @@
url: https://github.com/rancher/vsphere-charts.git
subdirectory: charts/rancher-vsphere-csi
commit: 022af843c5aa4f885a7ff94df89e9462b5916f8f
packageVersion: 00
packageVersion: 01