-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathvalues.yaml
67 lines (51 loc) · 1.92 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Default values for hpe-csi-driver Helm chart
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# For controlling automatic iscsi/multipath package installation
disableNodeConformance: false
# Kubelet root directory path
kubeletRootDir: "/var/lib/kubelet"
# Controller driver decorations
controller:
# These values map directly to yaml in the deployment spec, see the kubernetes docs for info
labels: {}
# These values map directly to yaml in the deployment spec, see the kubernetes docs for info
nodeSelector: {}
# These values map directly to yaml in the deployment spec, see the kubernetes docs for info
tolerations: []
affinity: {}
resources:
limits:
cpu: 2000m
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
# Node driver decorations
node:
# These values map directly to yaml in the deployment spec, see the kubernetes docs for info
labels: {}
# These values map directly to yaml in the deployment spec, see the kubernetes docs for info
nodeSelector: {}
# These values map directly to yaml in the deployment spec, see the kubernetes docs for info
tolerations: []
affinity: {}
resources:
limits:
cpu: 2000m
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
# imagePullPolicy applied for all hpe-csi-driver images
imagePullPolicy: "IfNotPresent"
# Release images
images:
csiNodeInit: quay.io/hpestorage/filex-csi-init:v1.0.0-beta3
csiNodeDriver: quay.io/hpestorage/filex-csi-driver:v1.0.0-beta3
csiControllerDriver: quay.io/hpestorage/filex-csi-driver:v1.0.0-beta3
csiAttacher: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
csiNodeDriverRegistrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
csiProvisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
csiResizer: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
csiSnapshotter: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0