From d46dc3361148889384a5e1593c8b65b6ccd315ca Mon Sep 17 00:00:00 2001 From: Mike Cronce Date: Thu, 29 Nov 2018 13:16:19 -0500 Subject: [PATCH] deploy/cephfs: Updated all image tags from v0.3.0 to v1.0.0 --- deploy/cephfs/kubernetes/csi-cephfsplugin-attacher.yaml | 2 +- deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml | 2 +- deploy/cephfs/kubernetes/csi-cephfsplugin.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin-attacher.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin-attacher.yaml index af77e6058..86f0b42a4 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin-attacher.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin-attacher.yaml @@ -27,7 +27,7 @@ spec: serviceAccount: csi-attacher containers: - name: csi-cephfsplugin-attacher - image: quay.io/k8scsi/csi-attacher:v0.3.0 + image: quay.io/k8scsi/csi-attacher:v1.0.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml index 8d6addea8..bd6b54459 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml @@ -27,7 +27,7 @@ spec: serviceAccount: csi-provisioner containers: - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v0.3.0 + image: quay.io/k8scsi/csi-provisioner:v1.0.0 args: - "--provisioner=csi-cephfsplugin" - "--csi-address=$(ADDRESS)" diff --git a/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml index e303c517b..21feeb37c 100644 --- a/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/csi-cephfsplugin.yaml @@ -18,7 +18,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: driver-registrar - image: quay.io/k8scsi/driver-registrar:v0.3.0 + image: quay.io/k8scsi/driver-registrar:v1.0.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -43,7 +43,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: quay.io/cephcsi/cephfsplugin:v0.3.0 + image: quay.io/cephcsi/cephfsplugin:v1.0.0 args : - "--nodeid=$(NODE_ID)" - "--endpoint=$(CSI_ENDPOINT)"