Skip to content

Commit

Permalink
Update Registry location after gcr Driver/Syncer images were removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Oct 14, 2024
1 parent 3a69399 commit eb7ee15
Showing 1 changed file with 2 additions and 2 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

0 comments on commit eb7ee15

Please sign in to comment.