-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdefault.yaml
23 lines (23 loc) · 1.4 KB
/
default.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# IT IS RECOMMENDED YOU DO NOT CHANGE THE IMAGES TO BE DOWNLOADED.
images:
# "images.attacher" defines the container images used for the csi attacher
# container.
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.8.0
# "images.provisioner" defines the container images used for the csi provisioner
# container.
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
# "images.snapshotter" defines the container image used for the csi snapshotter
snapshotter: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
# "images.registrar" defines the container images used for the csi registrar
# container.
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
# "images.resizer" defines the container images used for the csi resizer
# container.
resizer: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
# "images.externalhealthmonitorcontroller" defines the container images used for the csi external health monitor controller
# container.
externalhealthmonitorcontroller: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
# "images.sdcmonitor" defines the container images used to monitor sdc container
sdcmonitor: quay.io/dell/storage/powerflex/sdc:4.5.2.1
# "images.metadataretriever" defines the container images used for csi metadata retriever
metadataretriever: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0