Commit 185f3a36 by Matthew Wong Committed by kmova

Remove provisioner versioning from efs,cephfs,nfs-client; use latest tag instead

(cherry picked from commit da48ed92e17edc5b2df12b93f1d88c02970a68c0)
parent f54f61c8
# kubernetes nfs-client-provisioner
[![Docker Repository on Quay](https://quay.io/repository/external_storage/nfs-client-provisioner/status "Docker Repository on Quay")](https://quay.io/repository/external_storage/nfs-client-provisioner)
```
quay.io/external_storage/nfs-client-provisioner:v2.0.0
```
- pv provisioned as ${namespace}-${pvcName}-${pvName}
- pv recycled as archieved-${namespace}-${pvcName}-${pvName}
......
......@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: nfs-client-provisioner
image: quay.io/external_storage/nfs-client-provisioner:v2.0.0
image: quay.io/external_storage/nfs-client-provisioner:latest
volumeMounts:
- name: nfs-client-root
mountPath: /persistentvolumes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment