mayadata-io / openebs-upgrade

Operator for OpenEBS
2 stars 5 forks source link

enhance(install): update provisioner and admission-server containers #60

Closed sagarkrsd closed 4 years ago

sagarkrsd commented 4 years ago

Issue: Container of openebs-provisioner is not getting updated properly in case the container name is different in case of adoption since the code is expecting it not to be other than openebs-provisioner. But in the case of installation through Kubera-charts(HELM), it is kubera-charts-provisioner instead of openebs-provisioner.

This PR updates the container details of openebs-provisioner and admission-server even if the container name is different in case of installation through helm or so.

Issue: https://github.com/mayadata-io/oep/issues/330

Signed-off-by: sagarkrsd sagar.kumar@mayadata.io