Skip to content

Commit

Permalink
tag v2.2.3 release (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyenpatel authored Mar 21, 2022
1 parent 6a0df00 commit 0a571d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/v2.2.3/deploy/validatingwebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
dnsPolicy: "Default"
containers:
- name: vsphere-webhook
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.2.3-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.2.3
args:
- "--operation-mode=WEBHOOK_SERVER"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: vsphere-csi-controller
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.2.3-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.2.3
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: vsphere-syncer
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.2.3-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.2.3
args:
- "--leader-election"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down
2 changes: 1 addition & 1 deletion manifests/v2.2.3/deploy/vsphere-csi-node-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
initialDelaySeconds: 5
timeoutSeconds: 5
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.2.3-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.2.3
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down

0 comments on commit 0a571d5

Please sign in to comment.