File tree 6 files changed +9
-6
lines changed
charts/aws-fsx-csi-driver
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Helm chart
2
2
3
+ # v.1.7.0
4
+ * Use driver image 1.0.0
5
+
3
6
# v1.6.1
4
7
* Removed hostNetwork: true from helm deployment
5
8
* Allow for extra tags in controller deployment
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " 0.10.1 "
2
+ appVersion : " 1.0.0 "
3
3
name : aws-fsx-csi-driver
4
4
description : A Helm chart for AWS FSx for Lustre CSI Driver
5
- version : 1.6.1
5
+ version : 1.7.0
6
6
kubeVersion : " >=1.17.0-0"
7
7
home : https://github.com/kubernetes-sigs/aws-fsx-csi-driver
8
8
sources :
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver
7
- tag : v0.10.1
7
+ tag : v1.0.0
8
8
pullPolicy : IfNotPresent
9
9
10
10
csidriver :
Original file line number Diff line number Diff line change 30
30
tolerationSeconds : 300
31
31
containers :
32
32
- name : fsx-plugin
33
- image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.1
33
+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.0.0
34
34
imagePullPolicy : IfNotPresent
35
35
args :
36
36
- --mode=controller
Original file line number Diff line number Diff line change 28
28
- name : fsx-plugin
29
29
securityContext :
30
30
privileged : true
31
- image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.1
31
+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.0.0
32
32
imagePullPolicy : IfNotPresent
33
33
args :
34
34
- --mode=node
Original file line number Diff line number Diff line change 5
5
images :
6
6
- name : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver
7
7
newName : 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-fsx-csi-driver
8
- newTag : v0.10.1
8
+ newTag : v1.0.0
You can’t perform that action at this time.
0 commit comments