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

Commit

Permalink
CSI driver v1.1.1 release
Browse files Browse the repository at this point in the history
Besides bug fixes, this release brings in support of FQDN in
place of prism external IP and data service IP.
  • Loading branch information
subodh01 committed Apr 1, 2020
1 parent aaf5394 commit 0eceda7
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 0eceda7

Please sign in to comment.