Prepare for v2.0.0 release

This commit is contained in:
Jan Wozniak 2020-03-25 10:01:05 +01:00
parent 6c3e1fd23d
commit 1104130753
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: quay.io/k8scsi/nfsplugin:v1.0.0 image: quay.io/k8scsi/nfsplugin:v2.0.0
args : args :
- "--nodeid=$(NODE_ID)" - "--nodeid=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"

View File

@ -40,7 +40,7 @@ const (
) )
var ( var (
version = "1.0.0" version = "2.0.0"
) )
func NewNFSdriver(nodeID, endpoint string) *nfsDriver { func NewNFSdriver(nodeID, endpoint string) *nfsDriver {