Skip to content

Commit da7502d

Browse files
committed
Prepare for v2.0.0 release
1 parent f3ccae3 commit da7502d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
capabilities:
4343
add: ["SYS_ADMIN"]
4444
allowPrivilegeEscalation: true
45-
image: quay.io/k8scsi/nfsplugin:v1.0.0
45+
image: quay.io/k8scsi/nfsplugin:v2.0.0
4646
args :
4747
- "--nodeid=$(NODE_ID)"
4848
- "--endpoint=$(CSI_ENDPOINT)"

pkg/nfs/nfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
)
4141

4242
var (
43-
version = "1.0.0"
43+
version = "2.0.0"
4444
)
4545

4646
func NewNFSdriver(nodeID, endpoint string) *nfsDriver {

0 commit comments

Comments
 (0)