DirectorySecurity AdvisoriesPricing
Sign in
Directory
aws-fsx-csi-driver logoHELM

aws-fsx-csi-driver

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
# Default values for helm.
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
5
image:
6
repository: chainreg.biz/chainguard-private/aws-fsx-csi-driver
7
tag: latest@sha256:b987bb3d776eb6c3db0a5643e6df7976febd3431797511667d6badc8a381d49f
8
pullPolicy: IfNotPresent
9
csidriver:
10
fsGroupPolicy: ReadWriteOnceWithFSType
11
sidecars:
12
livenessProbe:
13
image:
14
repository: chainreg.biz/chainguard-private/kubernetes-csi-livenessprobe
15
tag: latest@sha256:272edd9636b82a7f67663bf2b267bb2f86cd3e80089f6708912cc50de6f4a0b2
16
pullPolicy: IfNotPresent
17
resources:
18
requests:
19
cpu: 10m
20
memory: 32Mi
21
limits:
22
memory: 128Mi
23
securityContext:
24
readOnlyRootFilesystem: true
25
allowPrivilegeEscalation: false
26
nodeDriverRegistrar:
27
image:
28
repository: chainreg.biz/chainguard-private/kubernetes-csi-node-driver-registrar
29
tag: latest@sha256:9c1f5c63c567d51f89f937852d4a115b7c1bcb8ffda82c83959e376e89970cc4
30
pullPolicy: IfNotPresent
31
logLevel: 2
32
resources:
33
requests:
34
cpu: 10m
35
memory: 32Mi
36
limits:
37
memory: 128Mi
38
securityContext:
39
readOnlyRootFilesystem: true
40
allowPrivilegeEscalation: false
41
provisioner:
42
image:
43
repository: chainreg.biz/chainguard-private/kubernetes-csi-external-provisioner
44
tag: latest@sha256:aab21cf012999e2f7c99ac6a89160751de38252c50e1f55e79be9a3e99c6339c
45
pullPolicy: IfNotPresent
46
logLevel: 2
47
resources:
48
requests:
49
cpu: 10m
50
memory: 32Mi
51
limits:
52
memory: 128Mi
53
securityContext:
54
readOnlyRootFilesystem: true
55
allowPrivilegeEscalation: false
56
resizer:
57
image:
58
repository: chainreg.biz/chainguard-private/kubernetes-csi-external-resizer
59
tag: latest@sha256:0f37aea05e4566a14fdc629bb7cb9bfe7adbfb180b07fe2a2f382c3c9a7893f1
60
pullPolicy: IfNotPresent
61
logLevel: 2
62
resources:
63
requests:
64
cpu: 10m
65
memory: 32Mi
66
limits:
67
memory: 128Mi
68
securityContext:
69
readOnlyRootFilesystem: true
70
allowPrivilegeEscalation: false
71
controller:
72
mode: controller
73
loggingFormat: text
74
nodeSelector: {}
75
replicaCount: 2
76
#If you do want to specify resources, uncomment the following lines, adjust them as necessary
77
resources:
78
requests:
79
cpu: 10m
80
memory: 40Mi
81
limits:
82
memory: 256Mi
83
serviceAccount:
84
# Specifies whether a service account should be created
85
create: true
86
## Enable if EKS IAM for SA is used
87
# eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/fsx-csi-role
88
name: fsx-csi-controller-sa
89
annotations: {}
90
logLevel: 2
91
podAnnotations: {}
92
# AWS region to use. If not specified then the region will be looked up via the AWS EC2 metadata
93
# service.
94
# ---
95
# region: us-east-1
96
region:
97
tolerations:
98
- key: CriticalAddonsOnly
99
operator: Exists
100
- effect: NoExecute
101
operator: Exists
102
tolerationSeconds: 300
103
# Specify the timeout of all calls to the CSI driver.
104
timeout: 5m
105
# securityContext on the controller pod
106
securityContext:
107
runAsNonRoot: false
108
runAsUser: 0
109
runAsGroup: 0
110
fsGroup: 0
111
# securityContext on the controller container
112
# Setting privileged=false will cause the "delete-access-point-root-dir" controller option to fail
113
containerSecurityContext:
114
privileged: true
115
leaderElectionRenewDeadline: 10s
116
leaderElectionLeaseDuration: 15s
117
affinity:
118
nodeAffinity:
119
preferredDuringSchedulingIgnoredDuringExecution:
120
- weight: 1
121
preference:
122
matchExpressions:
123
- key: eks.amazonaws.com/compute-type
124
operator: NotIn
125
values:
126
- fargate
127
podLabels: {}
128
# topologySpreadConstraints:
129
# - maxSkew: 1
130
# topologyKey: topology.kubernetes.io/zone
131
# whenUnsatisfiable: ScheduleAnyway
132
# - maxSkew: 1
133
# topologyKey: kubernetes.io/hostname
134
# whenUnsatisfiable: ScheduleAnyway
135
topologySpreadConstraints: []
136
podDisruptionBudget:
137
# Warning: Disabling PodDisruptionBudget may lead to delays in stateful workloads starting due to controller
138
# pod restarts or evictions.
139
enabled: true
140
# Extra tags to attach to each dynamically provisioned file system.
141
# ---
142
# extraTags:
143
# key1: value1
144
# key2: value2
145
extraTags: {}
146
node:
147
mode: node
148
loggingFormat: text
149
logLevel: 2
150
nodeSelector: {}
151
updateStrategy: {}
152
#If you do want to specify resources, uncomment the following lines, adjust them as necessary,
153
resources:
154
requests:
155
cpu: 10m
156
memory: 40Mi
157
limits:
158
memory: 256Mi
159
dnsPolicy: ClusterFirst
160
dnsConfig: {}
161
# Example config which uses the AWS nameservers
162
# dnsPolicy: "None"
163
# dnsConfig:
164
# nameservers:
165
# - 169.254.169.253
166
serviceAccount:
167
# Specifies whether a service account should be created
168
create: true
169
## Enable if EKS IAM for SA is used
170
# eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/fsx-csi-role
171
name: fsx-csi-node-sa
172
annotations: {}
173
healthPort: 9809
174
# securityContext on the node pod
175
securityContext:
176
# The node pod must be run as root to bind to the registration/driver sockets
177
runAsNonRoot: false
178
runAsUser: 0
179
runAsGroup: 0
180
fsGroup: 0
181
env: []
182
volumes: []
183
volumeMounts: []
184
podAnnotations: {}
185
tolerateAllTaints: true
186
tolerations:
187
- operator: Exists
188
effect: NoExecute
189
tolerationSeconds: 300
190
affinity:
191
nodeAffinity:
192
requiredDuringSchedulingIgnoredDuringExecution:
193
nodeSelectorTerms:
194
- matchExpressions:
195
- key: eks.amazonaws.com/compute-type
196
operator: NotIn
197
values:
198
- fargate
199
podLabels: {}
200
nameOverride: ""
201
fullnameOverride: ""
202
imagePullSecrets: []
203
nodeComponentOnly: false
204
# nodeComponentOnly: true
205
# Only deploys the node DaemonSet, Skips controller deployment
206
# nodeComponentOnly: false (default)
207
# Deploys both controller and node components, normal full deployment
208

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.