Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: vsphere-csi-controller
image: registry.k8s.io/csi-vsphere/driver:v3.7.0
image: registry.k8s.io/csi-vsphere/driver:v3.7.1
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -474,7 +474,7 @@ spec:
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
- name: vsphere-csi-node
image: registry.k8s.io/csi-vsphere/driver:v3.7.0
image: registry.k8s.io/csi-vsphere/driver:v3.7.1
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -623,7 +623,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: vsphere-csi-node
image: registry.k8s.io/csi-vsphere/driver:v3.7.0
image: registry.k8s.io/csi-vsphere/driver:v3.7.1
command:
- "csi.exe"
args:
Expand Down
Loading