Skip to content

Commit

Permalink
Nutanix CSI driver v2.1.0 (#20)
Browse files Browse the repository at this point in the history
New feature: IP Address Whitelisting
  • Loading branch information
tuxtof committed Dec 2, 2020
1 parent 78a47b5 commit 71ac0a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/nutanix-csi-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v1
name: nutanix-csi-storage
version: 2.0.0
version: 2.1.0
kubeVersion: ">= 1.13.0"
description: A Helm chart for installing Nutanix CSI Volume Driver
home: https://github.com/nutanix/helm
maintainers:
- name: tuxtof
icon: https://avatars2.githubusercontent.com/u/6165865?s=200&v=4
appVersion: "2.0.0"
appVersion: "2.1.0"
keywords:
- Nutanix
- Storage
Expand Down
2 changes: 1 addition & 1 deletion charts/nutanix-csi-storage/templates/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:v2.0.0
image: ntnx/ntnx-csi:v2.1.0
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: ntnx-csi-plugin
image: ntnx/ntnx-csi:v2.0.0
image: ntnx/ntnx-csi:v2.1.0
securityContext:
allowPrivilegeEscalation: true
privileged: true
Expand Down

0 comments on commit 71ac0a3

Please sign in to comment.