Skip to content

Commit

Permalink
Prepare for v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakjan committed Mar 25, 2020
1 parent 1d1c90d commit d38e66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion pkg/nfs/nfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
)

var (
version = "1.0.0"
version = "2.0.0"
)

func NewNFSdriver(nodeID, endpoint string) *nfsDriver {
Expand Down

0 comments on commit d38e66a

Please sign in to comment.