Prepare for v2.0.0 release
This commit is contained in:
parent
6c3e1fd23d
commit
1104130753
@ -42,7 +42,7 @@ spec:
|
||||
capabilities:
|
||||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
image: quay.io/k8scsi/nfsplugin:v1.0.0
|
||||
image: quay.io/k8scsi/nfsplugin:v2.0.0
|
||||
args :
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
||||
@ -40,7 +40,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
)
|
||||
|
||||
func NewNFSdriver(nodeID, endpoint string) *nfsDriver {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user