Skip to content

Commit

Permalink
Merge pull request #1972 from divyenpatel/tag-v2.4.3-images
Browse files Browse the repository at this point in the history
tag v2.4.3 images
  • Loading branch information
divyenpatel authored Sep 15, 2022
2 parents 01431e5 + 99d360f commit 1da5129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/vanilla/validatingwebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
dnsPolicy: "Default"
containers:
- name: vsphere-webhook
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.4.3-rc.2
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.4.3
args:
- "--operation-mode=WEBHOOK_SERVER"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down
8 changes: 4 additions & 4 deletions manifests/vanilla/vsphere-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: vsphere-csi-controller
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.4.3-rc.2
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.4.3
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -312,7 +312,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: vsphere-syncer
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.4.3-rc.2
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.4.3
args:
- "--leader-election"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down Expand Up @@ -416,7 +416,7 @@ spec:
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.4.3-rc.2
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.4.3
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -563,7 +563,7 @@ spec:
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.4.3-rc.2
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.4.3
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down

0 comments on commit 1da5129

Please sign in to comment.