Skip to content

Commit

Permalink
Merge pull request #418 from galal-hussein/include_v129
Browse files Browse the repository at this point in the history
Include 1.29 in cpi and csi charts
  • Loading branch information
galal-hussein authored Mar 5, 2024
2 parents 516a7ae + 3d9f07b commit cdc6669
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/rancher-vsphere-cpi/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/rancher/vsphere-charts.git
subdirectory: charts/rancher-vsphere-cpi
commit: 022af843c5aa4f885a7ff94df89e9462b5916f8f
packageVersion: 00
packageVersion: 01
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion packages/rancher-vsphere-csi/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/rancher/vsphere-charts.git
subdirectory: charts/rancher-vsphere-csi
commit: 022af843c5aa4f885a7ff94df89e9462b5916f8f
packageVersion: 00
packageVersion: 01

0 comments on commit cdc6669

Please sign in to comment.