Skip to content

Commit

Permalink
Rename rc.1 yamls to v2.2.2 (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
chethanv28 authored Oct 20, 2021
1 parent c547988 commit ca00f94
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
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.2-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.2.2
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.2-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.2.2
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.2-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.2.2
args:
- "--leader-election"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down
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.2-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.2.2
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down

0 comments on commit ca00f94

Please sign in to comment.