mirror of https://git.rancher.io/rke2-charts
Bump vsphere csi/cpi charts
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/524/head
parent
3aefd2e2ef
commit
91bb126433
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/rancher/vsphere-charts.git
|
url: https://github.com/rancher/vsphere-charts.git
|
||||||
subdirectory: charts/rancher-vsphere-cpi
|
subdirectory: charts/rancher-vsphere-cpi
|
||||||
commit: bdbf37809638cd370f6e7327bd012a850b6da077
|
commit: a5c99d716df960dc50cf417d9ecffad6b55ca0ad
|
||||||
packageVersion: 00
|
packageVersion: 00
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- charts-original/templates/node/daemonset.yaml
|
|
||||||
+++ charts/templates/node/daemonset.yaml
|
|
||||||
@@ -97,7 +97,7 @@
|
|
||||||
{{- if semverCompare "< 1.24" $.Capabilities.KubeVersion.Version }}
|
|
||||||
- "--use-gocsi=false"
|
|
||||||
{{- end }}
|
|
||||||
- imagePullPolicy: "Always"
|
|
||||||
+ imagePullPolicy: "IfNotPresent"
|
|
||||||
env:
|
|
||||||
- name: NODE_NAME
|
|
||||||
valueFrom:
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- charts-original/templates/node/windows-daemonset.yaml
|
|
||||||
+++ charts/templates/node/windows-daemonset.yaml
|
|
||||||
@@ -75,7 +75,7 @@
|
|
||||||
args:
|
|
||||||
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
|
|
||||||
- "--fss-namespace=$(CSI_NAMESPACE)"
|
|
||||||
- imagePullPolicy: "Always"
|
|
||||||
+ imagePullPolicy: "IfNotPresent"
|
|
||||||
env:
|
|
||||||
- name: NODE_NAME
|
|
||||||
valueFrom:
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/rancher/vsphere-charts.git
|
url: https://github.com/rancher/vsphere-charts.git
|
||||||
subdirectory: charts/rancher-vsphere-csi
|
subdirectory: charts/rancher-vsphere-csi
|
||||||
commit: bdbf37809638cd370f6e7327bd012a850b6da077
|
commit: a5c99d716df960dc50cf417d9ecffad6b55ca0ad
|
||||||
packageVersion: 00
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue