forked from rancher/rke2-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rancher#418 from galal-hussein/include_v129
Include 1.29 in cpi and csi charts
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
packages/rancher-vsphere-cpi/generated-changes/patch/values.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
11 changes: 11 additions & 0 deletions
11
packages/rancher-vsphere-csi/generated-changes/patch/values.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |