From 9b2cbdad463c6259efe513110f00d719425088b3 Mon Sep 17 00:00:00 2001 From: Chethan Venkatesh Date: Wed, 20 Oct 2021 16:05:15 -0700 Subject: [PATCH] Renaming v2.1.2-rc.1 with v2.1.2 (#1353) --- .../vanilla/deploy/vsphere-csi-controller-deployment.yaml | 4 ++-- .../vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml | 2 +- .../vanilla/rbac/vsphere-csi-controller-rbac.yaml | 0 .../vanilla/deploy/vsphere-csi-controller-deployment.yaml | 4 ++-- .../vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml | 2 +- .../vsphere-7.0/vanilla/rbac/vsphere-csi-controller-rbac.yaml | 0 .../vsphere-7.0u1/vanilla/deploy/create-validation-webhook.sh | 0 .../vanilla/deploy/generate-signed-webhook-certs.sh | 0 .../vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml | 2 +- .../vanilla/deploy/vsphere-csi-controller-deployment.yaml | 4 ++-- .../vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml | 2 +- .../vanilla/rbac/vsphere-csi-controller-rbac.yaml | 0 12 files changed, 10 insertions(+), 10 deletions(-) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-67u3/vanilla/deploy/vsphere-csi-controller-deployment.yaml (99%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml (99%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-67u3/vanilla/rbac/vsphere-csi-controller-rbac.yaml (100%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0/vanilla/deploy/vsphere-csi-controller-deployment.yaml (99%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml (99%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0/vanilla/rbac/vsphere-csi-controller-rbac.yaml (100%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0u1/vanilla/deploy/create-validation-webhook.sh (100%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0u1/vanilla/deploy/generate-signed-webhook-certs.sh (100%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml (99%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0u1/vanilla/deploy/vsphere-csi-controller-deployment.yaml (99%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml (99%) rename manifests/{v2.1.2-rc.1 => v2.1.2}/vsphere-7.0u1/vanilla/rbac/vsphere-csi-controller-rbac.yaml (100%) diff --git a/manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/deploy/vsphere-csi-controller-deployment.yaml b/manifests/v2.1.2/vsphere-67u3/vanilla/deploy/vsphere-csi-controller-deployment.yaml similarity index 99% rename from manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/deploy/vsphere-csi-controller-deployment.yaml rename to manifests/v2.1.2/vsphere-67u3/vanilla/deploy/vsphere-csi-controller-deployment.yaml index 1ae886ba51..cde9b6299d 100644 --- a/manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/deploy/vsphere-csi-controller-deployment.yaml +++ b/manifests/v2.1.2/vsphere-67u3/vanilla/deploy/vsphere-csi-controller-deployment.yaml @@ -38,7 +38,7 @@ spec: - mountPath: /csi name: socket-dir - name: vsphere-csi-controller - image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2 imagePullPolicy: "Always" env: - name: CSI_ENDPOINT @@ -80,7 +80,7 @@ spec: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - name: vsphere-syncer - image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2 args: - "--leader-election" imagePullPolicy: "Always" diff --git a/manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml b/manifests/v2.1.2/vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml similarity index 99% rename from manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml rename to manifests/v2.1.2/vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml index b5b8076180..8a596dea58 100644 --- a/manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml +++ b/manifests/v2.1.2/vsphere-67u3/vanilla/deploy/vsphere-csi-node-ds.yaml @@ -41,7 +41,7 @@ spec: - name: registration-dir mountPath: /registration - name: vsphere-csi-node - image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2 imagePullPolicy: "Always" env: - name: NODE_NAME diff --git a/manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/rbac/vsphere-csi-controller-rbac.yaml b/manifests/v2.1.2/vsphere-67u3/vanilla/rbac/vsphere-csi-controller-rbac.yaml similarity index 100% rename from manifests/v2.1.2-rc.1/vsphere-67u3/vanilla/rbac/vsphere-csi-controller-rbac.yaml rename to manifests/v2.1.2/vsphere-67u3/vanilla/rbac/vsphere-csi-controller-rbac.yaml diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/deploy/vsphere-csi-controller-deployment.yaml b/manifests/v2.1.2/vsphere-7.0/vanilla/deploy/vsphere-csi-controller-deployment.yaml similarity index 99% rename from manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/deploy/vsphere-csi-controller-deployment.yaml rename to manifests/v2.1.2/vsphere-7.0/vanilla/deploy/vsphere-csi-controller-deployment.yaml index 1cc34528a3..567f869a08 100644 --- a/manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/deploy/vsphere-csi-controller-deployment.yaml +++ b/manifests/v2.1.2/vsphere-7.0/vanilla/deploy/vsphere-csi-controller-deployment.yaml @@ -51,7 +51,7 @@ spec: - mountPath: /csi name: socket-dir - name: vsphere-csi-controller - image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2 imagePullPolicy: "Always" env: - name: CSI_ENDPOINT @@ -93,7 +93,7 @@ spec: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - name: vsphere-syncer - image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2 args: - "--leader-election" imagePullPolicy: "Always" diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml b/manifests/v2.1.2/vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml similarity index 99% rename from manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml rename to manifests/v2.1.2/vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml index b5b8076180..8a596dea58 100644 --- a/manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml +++ b/manifests/v2.1.2/vsphere-7.0/vanilla/deploy/vsphere-csi-node-ds.yaml @@ -41,7 +41,7 @@ spec: - name: registration-dir mountPath: /registration - name: vsphere-csi-node - image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2 imagePullPolicy: "Always" env: - name: NODE_NAME diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/rbac/vsphere-csi-controller-rbac.yaml b/manifests/v2.1.2/vsphere-7.0/vanilla/rbac/vsphere-csi-controller-rbac.yaml similarity index 100% rename from manifests/v2.1.2-rc.1/vsphere-7.0/vanilla/rbac/vsphere-csi-controller-rbac.yaml rename to manifests/v2.1.2/vsphere-7.0/vanilla/rbac/vsphere-csi-controller-rbac.yaml diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/create-validation-webhook.sh b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/create-validation-webhook.sh similarity index 100% rename from manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/create-validation-webhook.sh rename to manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/create-validation-webhook.sh diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/generate-signed-webhook-certs.sh b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/generate-signed-webhook-certs.sh similarity index 100% rename from manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/generate-signed-webhook-certs.sh rename to manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/generate-signed-webhook-certs.sh diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml similarity index 99% rename from manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml rename to manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml index 8aa24c780b..c9900e1064 100644 --- a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml +++ b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/validatingwebhook.yaml @@ -91,7 +91,7 @@ spec: dnsPolicy: "Default" containers: - name: vsphere-webhook - image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2 args: - "--operation-mode=WEBHOOK_SERVER" - "--fss-name=internal-feature-states.csi.vsphere.vmware.com" diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/vsphere-csi-controller-deployment.yaml b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/vsphere-csi-controller-deployment.yaml similarity index 99% rename from manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/vsphere-csi-controller-deployment.yaml rename to manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/vsphere-csi-controller-deployment.yaml index be33c11afb..05992a0972 100644 --- a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/vsphere-csi-controller-deployment.yaml +++ b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/vsphere-csi-controller-deployment.yaml @@ -51,7 +51,7 @@ spec: - mountPath: /csi name: socket-dir - name: vsphere-csi-controller - image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2 args: - "--fss-name=internal-feature-states.csi.vsphere.vmware.com" - "--fss-namespace=$(CSI_NAMESPACE)" @@ -102,7 +102,7 @@ spec: - name: socket-dir mountPath: /csi - name: vsphere-syncer - image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.2 args: - "--leader-election" - "--fss-name=internal-feature-states.csi.vsphere.vmware.com" diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml similarity index 99% rename from manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml rename to manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml index 8ceccb9344..defb7ad0a9 100644 --- a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml +++ b/manifests/v2.1.2/vsphere-7.0u1/vanilla/deploy/vsphere-csi-node-ds.yaml @@ -49,7 +49,7 @@ spec: initialDelaySeconds: 5 timeoutSeconds: 5 - name: vsphere-csi-node - image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2-rc.1 + image: gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.2 args: - "--fss-name=internal-feature-states.csi.vsphere.vmware.com" - "--fss-namespace=$(CSI_NAMESPACE)" diff --git a/manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/rbac/vsphere-csi-controller-rbac.yaml b/manifests/v2.1.2/vsphere-7.0u1/vanilla/rbac/vsphere-csi-controller-rbac.yaml similarity index 100% rename from manifests/v2.1.2-rc.1/vsphere-7.0u1/vanilla/rbac/vsphere-csi-controller-rbac.yaml rename to manifests/v2.1.2/vsphere-7.0u1/vanilla/rbac/vsphere-csi-controller-rbac.yaml