1# Default values for helm.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
6 repository: cgr.dev/chainguard-private/aws-fsx-csi-driver
7 tag: 1.10.0@sha256:2b1acba5aad2be84455cd5d22913d9f6cb8aa749321cef6de79d3d2a6c8e661a
8 pullPolicy: IfNotPresent
10 fsGroupPolicy: ReadWriteOnceWithFSType
14 repository: cgr.dev/chainguard-private/kubernetes-csi-livenessprobe
15 tag: 2.20.0@sha256:4599a5594bda1019579c16106071955c57c4c6081d7fedd1f270837e9f2d049a
16 pullPolicy: IfNotPresent
24 readOnlyRootFilesystem: true
25 allowPrivilegeEscalation: false
28 repository: cgr.dev/chainguard-private/kubernetes-csi-node-driver-registrar
29 tag: 2.18.0@sha256:9bcc77232f2d4460290d9884310d25d3e4ef23b627e54c71397c9ebe33183bd2
30 pullPolicy: IfNotPresent
39 readOnlyRootFilesystem: true
40 allowPrivilegeEscalation: false
43 repository: cgr.dev/chainguard-private/kubernetes-csi-external-provisioner
44 tag: 6.3.0@sha256:b073ec9e2046a175cdc05eb813421d4cd9a042ad2227c209ffcae64b80cd6b58
45 pullPolicy: IfNotPresent
54 readOnlyRootFilesystem: true
55 allowPrivilegeEscalation: false
58 repository: cgr.dev/chainguard-private/kubernetes-csi-external-resizer
59 tag: 2.2.1@sha256:4bf377a91db408fa8038e8d1d4471d33d17d55c9e90f059524d4231b78e94329
60 pullPolicy: IfNotPresent
69 readOnlyRootFilesystem: true
70 allowPrivilegeEscalation: false
76 #If you do want to specify resources, uncomment the following lines, adjust them as necessary
84 # Specifies whether a service account should be created
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
92 # AWS region to use. If not specified then the region will be looked up via the AWS EC2 metadata
98 - key: CriticalAddonsOnly
102 tolerationSeconds: 300
103 # Specify the timeout of all calls to the CSI driver.
105 # securityContext on the controller pod
111 # securityContext on the controller container
112 # Setting privileged=false will cause the "delete-access-point-root-dir" controller option to fail
113 containerSecurityContext:
115 leaderElectionRenewDeadline: 10s
116 leaderElectionLeaseDuration: 15s
119 preferredDuringSchedulingIgnoredDuringExecution:
123 - key: eks.amazonaws.com/compute-type
128 # topologySpreadConstraints:
130 # topologyKey: topology.kubernetes.io/zone
131 # whenUnsatisfiable: ScheduleAnyway
133 # topologyKey: kubernetes.io/hostname
134 # whenUnsatisfiable: ScheduleAnyway
135 topologySpreadConstraints: []
137 # Warning: Disabling PodDisruptionBudget may lead to delays in stateful workloads starting due to controller
138 # pod restarts or evictions.
140 # Extra tags to attach to each dynamically provisioned file system.
150 kubeletPath: /var/lib/kubelet
153 #If you do want to specify resources, uncomment the following lines, adjust them as necessary,
160 dnsPolicy: ClusterFirst
162 # Example config which uses the AWS nameservers
168 # Specifies whether a service account should be created
170 ## Enable if EKS IAM for SA is used
171 # eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/fsx-csi-role
172 name: fsx-csi-node-sa
175 # securityContext on the node pod
177 # The node pod must be run as root to bind to the registration/driver sockets
186 tolerateAllTaints: true
190 tolerationSeconds: 300
193 requiredDuringSchedulingIgnoredDuringExecution:
196 - key: eks.amazonaws.com/compute-type
204nodeComponentOnly: false
205# nodeComponentOnly: true
206# Only deploys the node DaemonSet, Skips controller deployment
207# nodeComponentOnly: false (default)
208# Deploys both controller and node components, normal full deployment