Similar to other csi(s), enable overriding k8s sig images through helm. This allow using other images and not being locked to k8s sig ones.
The change set current default values in values.yaml, but allow passing an override for each during helm install.
Ideally, we should allow overriding the full image details (name and tag as well), but kept the current version lock to minimize the changes/
Tested by comparing the output of helm template before and after the change.
A port of https://github.com/metal-stack/csi-driver-lvm/pull/70
Similar to other csi(s), enable overriding k8s sig images through helm. This allow using other images and not being locked to k8s sig ones. The change set current default values in values.yaml, but allow passing an override for each during helm install.
Ideally, we should allow overriding the full image details (name and tag as well), but kept the current version lock to minimize the changes/
Tested by comparing the output of helm template before and after the change.
Signed-off-by: Roaa Sakr romoh@microsoft.com