Skip to content

Commit

Permalink
Merge pull request #299 from mikemcd3912/vmware-csi-image-fix
Browse files Browse the repository at this point in the history
Update Registry location after gcr Driver/Syncer images were removed
  • Loading branch information
mikemcd3912 authored Oct 15, 2024
2 parents 63be3db + b24def6 commit f23bc99
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: vsphere-csi-controller
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.0.0
image: registry.k8s.io/csi-vsphere/driver:v3.3.0
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: vsphere-syncer
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v3.0.0
image: registry.k8s.io/csi-vsphere/syncer:v3.3.0
args:
- "--leader-election"
- "--leader-election-lease-duration=120s"
Expand Down Expand Up @@ -468,7 +468,7 @@ spec:
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.0.0
image: registry.k8s.io/csi-vsphere/driver:v3.3.0
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -615,7 +615,7 @@ spec:
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.0.0
image: registry.k8s.io/csi-vsphere/driver:v3.3.0
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down

0 comments on commit f23bc99

Please sign in to comment.