Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from subodh01/master
Browse files Browse the repository at this point in the history
CSI driver v1.1.1 release
  • Loading branch information
subodh01 authored Apr 1, 2020
2 parents aaf5394 + 0eceda7 commit 2c96bb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/Centos/ntnx-csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: ntnx/ntnx-csi:v1.1.0
image: ntnx/ntnx-csi:v1.1.1
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/Centos/ntnx-csi-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: ntnx-csi-plugin
image: ntnx/ntnx-csi:v1.1.0
image: ntnx/ntnx-csi:v1.1.1
securityContext:
allowPrivilegeEscalation: true
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/Ubuntu1804/ntnx-csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: ntnx/ntnx-csi:v1.1.0
image: ntnx/ntnx-csi:v1.1.1
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/Ubuntu1804/ntnx-csi-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: ntnx-csi-plugin
image: ntnx/ntnx-csi:v1.1.0
image: ntnx/ntnx-csi:v1.1.1
securityContext:
allowPrivilegeEscalation: true
privileged: true
Expand Down

0 comments on commit 2c96bb4

Please sign in to comment.