Skip to content

Commit

Permalink
chore: upgrade CSIDriver to v1 from v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed Apr 5, 2021
1 parent bd50a93 commit b0c9a5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/latest/csi-driver-smb/templates/csi-smb-driver.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: smb.csi.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-smb-driver.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: smb.csi.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/manifest/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.17",
"orchestratorRelease": "1.19",
"kubernetesConfig": {
"useManagedIdentity": true,
"useCloudControllerManager": true,
Expand Down

0 comments on commit b0c9a5d

Please sign in to comment.