File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed
charts/aws-fsx-openzfs-csi-driver Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11# Helm chart
2-
32# v1.0.0
3+ * Use driver v1.0.0
4+ * Add driver modes for controller and node pods
5+ * Allow for json logging
6+ * Added support for node startup taint (please see install documentation for more information)
7+ * Adopt Kubernetes recommended labels
8+ * Remove hostNetwork: true from the node daemonset
9+ * Allow users to specify the AWS region in the controller deployment
10+
11+ # v0.1.0
412* Released the AWS FSx for OpenZFS CSI Driver with helm support
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 0.1 .0
2+ appVersion : 1.0 .0
33name : aws-fsx-openzfs-csi-driver
44description : A Helm chart for the AWS FSx for OpenZFS CSI Driver
5- version : 0.1 .0
5+ version : 1.0 .0
66kubeVersion : " >=1.17.0-0"
77home : https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver
88sources :
Original file line number Diff line number Diff line change 55image :
66 repository : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver
77 # Overrides the image tag whose default is v{{ .Chart.AppVersion }}
8- tag : v0.1 .0
8+ tag : v1.0 .0
99 pullPolicy : IfNotPresent
1010
1111csidriver :
Original file line number Diff line number Diff line change 6060 runAsUser : 1000
6161 containers :
6262 - name : fsx-openzfs-plugin
63- image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1 .0
63+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0 .0
6464 imagePullPolicy : IfNotPresent
6565 args :
6666 - --mode=controller
Original file line number Diff line number Diff line change 4545 runAsUser : 0
4646 containers :
4747 - name : fsx-openzfs-plugin
48- image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v0.1 .0
48+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0 .0
4949 imagePullPolicy : IfNotPresent
5050 args :
5151 - --mode=node
You can’t perform that action at this time.
0 commit comments