Skip to content

Commit

Permalink
Bump back CSIDriver to beta1 version
Browse files Browse the repository at this point in the history
v1 went GA in 1.18. This chart is >= 1.17.
In 1.17 CSIDriver is only available in v1beta1

fixes kubernetes-sigs#887
  • Loading branch information
arcivanov committed May 16, 2021
1 parent 0e9b0b9 commit 46ab3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/templates/csidriver.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: storage.k8s.io/v1
apiVersion: storage.k8s.io/v1beta1
kind: CSIDriver
metadata:
name: ebs.csi.aws.com
Expand Down

0 comments on commit 46ab3a2

Please sign in to comment.