Skip to content

Commit

Permalink
Merge pull request #233 from andyzhangx/csidriver-v1.22
Browse files Browse the repository at this point in the history
fix: make CSI driver work on 1.22
  • Loading branch information
andyzhangx authored Oct 9, 2021
2 parents 718eee7 + e31c2c1 commit 8ad6bea
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file modified charts/latest/csi-driver-nfs-v3.0.0.tgz
Binary file not shown.
Empty file modified charts/latest/csi-driver-nfs/templates/NOTES.txt
100755 → 100644
Empty file.
Empty file modified charts/latest/csi-driver-nfs/templates/_helpers.tpl
100755 → 100644
Empty file.
Empty file modified charts/latest/csi-driver-nfs/templates/csi-nfs-controller.yaml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion charts/latest/csi-driver-nfs/templates/csi-nfs-driverinfo.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: storage.k8s.io/v1beta1
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: {{ .Values.driver.name }}
Expand Down
Empty file modified charts/latest/csi-driver-nfs/templates/csi-nfs-node.yaml
100755 → 100644
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion deploy/csi-nfs-driverinfo.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: storage.k8s.io/v1beta1
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: nfs.csi.k8s.io
Expand Down

0 comments on commit 8ad6bea

Please sign in to comment.