Skip to content

Commit

Permalink
tagging images with v2.3.1 for release (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyenpatel committed Jan 14, 2022
1 parent d8f7ad4 commit 684b0f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/vanilla/validatingwebhook.yaml
Expand Up @@ -101,7 +101,7 @@ spec:
dnsPolicy: "Default"
containers:
- name: vsphere-webhook
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.3.1-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.3.1
args:
- "--operation-mode=WEBHOOK_SERVER"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down
6 changes: 3 additions & 3 deletions manifests/vanilla/vsphere-csi-driver.yaml
Expand Up @@ -175,7 +175,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: vsphere-csi-controller
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.3.1-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.3.1
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: vsphere-syncer
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.3.1-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.3.1
args:
- "--leader-election"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down Expand Up @@ -336,7 +336,7 @@ spec:
initialDelaySeconds: 5
timeoutSeconds: 5
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.3.1-rc.1
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.3.1
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down

0 comments on commit 684b0f0

Please sign in to comment.