LightBitsLabs / los-csi

Lightbits LightOS CSI Plugin
Other
0 stars 2 forks source link

Makefile: install HELM as non sudo user #2

Closed yogev-lb closed 2 years ago

yogev-lb commented 2 years ago

modified the makefile to install helm as non-root

The image passed deployment and all our examples:

With this small commit all that is needed is:

make DOCKER_REGISTRY=xxx.yyy push

and it will build the image and push it to the docker_registry it will also install helm in $HOME/.local/bin if not exist only for the first run.

yogev-lb commented 2 years ago

@sagi-lb @lev-lb PING

yogev-lb commented 2 years ago

@sagi-lb this PR is not relevant anymore since then we moved to image-builder in docker and the helm is installed inside the build-container.