diff --git a/pkg/nfs/deploy/kubernetes/csi-attacher-nfsplugin.yaml b/pkg/nfs/deploy/kubernetes/csi-attacher-nfsplugin.yaml index 3f372c54..09b53be8 100644 --- a/pkg/nfs/deploy/kubernetes/csi-attacher-nfsplugin.yaml +++ b/pkg/nfs/deploy/kubernetes/csi-attacher-nfsplugin.yaml @@ -30,7 +30,7 @@ spec: serviceAccount: csi-attacher containers: - name: csi-attacher - image: docker.io/k8scsi/csi-attacher + image: quay.io/k8scsi/csi-attacher:v0.2.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -43,7 +43,7 @@ spec: mountPath: /var/lib/csi/sockets/pluginproxy/ - name: nfs - image: docker.io/k8scsi/nfsplugin:v0.1 + image: quay.io/k8scsi/nfsplugin:v0.2.0 args : - "--nodeid=$(NODE_ID)" - "--endpoint=$(CSI_ENDPOINT)" diff --git a/pkg/nfs/deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml b/pkg/nfs/deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml index 030b5e2b..f128108f 100644 --- a/pkg/nfs/deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml +++ b/pkg/nfs/deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml @@ -17,7 +17,7 @@ spec: hostNetwork: true containers: - name: driver-registrar - image: docker.io/k8scsi/driver-registrar + image: quay.io/k8scsi/driver-registrar:v0.2.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -37,7 +37,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: docker.io/k8scsi/nfsplugin:v0.1 + image: quay.io/k8scsi/nfsplugin:v0.2.0 args : - "--nodeid=$(NODE_ID)" - "--endpoint=$(CSI_ENDPOINT)"