File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
charts/aws-fsx-csi-driver Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# Helm chart
22
3+ # v1.13.0
4+ * Use driver image 1.6.0
5+
36# v1.12.1
47* Parameterize controller.extraTags
58
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : " 1.5 .0"
2+ appVersion : " 1.6 .0"
33name : aws-fsx-csi-driver
44description : A Helm chart for AWS FSx for Lustre CSI Driver
5- version : 1.12.1
5+ version : 1.13.0
66kubeVersion : " >=1.17.0-0"
77home : https://github.com/kubernetes-sigs/aws-fsx-csi-driver
88sources :
Original file line number Diff line number Diff line change 44
55image :
66 repository : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver
7- tag : " v1.5 .0"
7+ tag : " v1.6 .0"
88 pullPolicy : IfNotPresent
99
1010csidriver :
Original file line number Diff line number Diff line change 3030 tolerationSeconds : 300
3131 containers :
3232 - name : fsx-plugin
33- image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.5 .0
33+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.6 .0
3434 imagePullPolicy : IfNotPresent
3535 args :
3636 - --mode=controller
Original file line number Diff line number Diff line change 3939 - name : fsx-plugin
4040 securityContext :
4141 privileged : true
42- image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.5 .0
42+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.6 .0
4343 imagePullPolicy : IfNotPresent
4444 args :
4545 - --mode=node
You can’t perform that action at this time.
0 commit comments