openebs / charts

OpenEBS Helm Charts and other utilities
Apache License 2.0
101 stars 96 forks source link

fix(lvm-operator): fix container image name #335

Closed niladrih closed 1 year ago

niladrih commented 1 year ago

Fixes https://github.com/openebs/lvm-localpv/issues/246

Why is this change required?

The lvm-driver image name is invalid, the image name and the image tag does not have a separating ':'.

What is changed?

The container image names for the lvm-operator have a valid image name now.