From ca00f942490b2cfd4ac3db693513924e620fc385 Mon Sep 17 00:00:00 2001 From: Chethan Venkatesh Date: Wed, 20 Oct 2021 16:05:20 -0700 Subject: [PATCH] Rename rc.1 yamls to v2.2.2 (#1362) --- .../deploy/create-validation-webhook.sh | 0 .../deploy/generate-signed-webhook-certs.sh | 0 .../{v2.2.2-rc.1 => v2.2.2}/deploy/validatingwebhook.yaml | 2 +- .../deploy/vsphere-csi-controller-deployment.yaml | 4 ++-- .../{v2.2.2-rc.1 => v2.2.2}/deploy/vsphere-csi-node-ds.yaml | 2 +- .../rbac/vsphere-csi-controller-rbac.yaml | 0 .../{v2.2.2-rc.1 => v2.2.2}/rbac/vsphere-csi-node-rbac.yaml | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename manifests/{v2.2.2-rc.1 => v2.2.2}/deploy/create-validation-webhook.sh (100%) rename manifests/{v2.2.2-rc.1 => v2.2.2}/deploy/generate-signed-webhook-certs.sh (100%) rename manifests/{v2.2.2-rc.1 => v2.2.2}/deploy/validatingwebhook.yaml (99%) rename manifests/{v2.2.2-rc.1 => v2.2.2}/deploy/vsphere-csi-controller-deployment.yaml (99%) rename manifests/{v2.2.2-rc.1 => v2.2.2}/deploy/vsphere-csi-node-ds.yaml (99%) rename manifests/{v2.2.2-rc.1 => v2.2.2}/rbac/vsphere-csi-controller-rbac.yaml (100%) rename manifests/{v2.2.2-rc.1 => v2.2.2}/rbac/vsphere-csi-node-rbac.yaml (100%) diff --git a/manifests/v2.2.2-rc.1/deploy/create-validation-webhook.sh b/manifests/v2.2.2/deploy/create-validation-webhook.sh similarity index 100% rename from manifests/v2.2.2-rc.1/deploy/create-validation-webhook.sh rename to manifests/v2.2.2/deploy/create-validation-webhook.sh diff --git a/manifests/v2.2.2-rc.1/deploy/generate-signed-webhook-certs.sh b/manifests/v2.2.2/deploy/generate-signed-webhook-certs.sh similarity index 100% rename from manifests/v2.2.2-rc.1/deploy/generate-signed-webhook-certs.sh rename to manifests/v2.2.2/deploy/generate-signed-webhook-certs.sh diff --git a/manifests/v2.2.2-rc.1/deploy/validatingwebhook.yaml b/manifests/v2.2.2/deploy/validatingwebhook.yaml similarity index 99% rename from manifests/v2.2.2-rc.1/deploy/validatingwebhook.yaml rename to manifests/v2.2.2/deploy/validatingwebhook.yaml index 76de709d61..022593036c 100644 --- a/manifests/v2.2.2-rc.1/deploy/validatingwebhook.yaml +++ b/manifests/v2.2.2/deploy/validatingwebhook.yaml @@ -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" diff --git a/manifests/v2.2.2-rc.1/deploy/vsphere-csi-controller-deployment.yaml b/manifests/v2.2.2/deploy/vsphere-csi-controller-deployment.yaml similarity index 99% rename from manifests/v2.2.2-rc.1/deploy/vsphere-csi-controller-deployment.yaml rename to manifests/v2.2.2/deploy/vsphere-csi-controller-deployment.yaml index 66300aa1b8..29633b8e24 100644 --- a/manifests/v2.2.2-rc.1/deploy/vsphere-csi-controller-deployment.yaml +++ b/manifests/v2.2.2/deploy/vsphere-csi-controller-deployment.yaml @@ -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)" @@ -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" diff --git a/manifests/v2.2.2-rc.1/deploy/vsphere-csi-node-ds.yaml b/manifests/v2.2.2/deploy/vsphere-csi-node-ds.yaml similarity index 99% rename from manifests/v2.2.2-rc.1/deploy/vsphere-csi-node-ds.yaml rename to manifests/v2.2.2/deploy/vsphere-csi-node-ds.yaml index b4de4765a3..6a05308919 100644 --- a/manifests/v2.2.2-rc.1/deploy/vsphere-csi-node-ds.yaml +++ b/manifests/v2.2.2/deploy/vsphere-csi-node-ds.yaml @@ -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)" diff --git a/manifests/v2.2.2-rc.1/rbac/vsphere-csi-controller-rbac.yaml b/manifests/v2.2.2/rbac/vsphere-csi-controller-rbac.yaml similarity index 100% rename from manifests/v2.2.2-rc.1/rbac/vsphere-csi-controller-rbac.yaml rename to manifests/v2.2.2/rbac/vsphere-csi-controller-rbac.yaml diff --git a/manifests/v2.2.2-rc.1/rbac/vsphere-csi-node-rbac.yaml b/manifests/v2.2.2/rbac/vsphere-csi-node-rbac.yaml similarity index 100% rename from manifests/v2.2.2-rc.1/rbac/vsphere-csi-node-rbac.yaml rename to manifests/v2.2.2/rbac/vsphere-csi-node-rbac.yaml