masmovil / masorange_rules_helm

Bazel rules to manipulate and operate Helm charts with Bazel, decrpyt sops secrets, and run operations over cloud services
Apache License 2.0
61 stars 32 forks source link

[COIN-795] Force helm v3 for Apple Silicon compatibility #66

Closed hoonahn closed 1 year ago

hoonahn commented 1 year ago

helm_release rule을 사용할 때 helm v2를 가져오는데, 가장 최신 helm v2 버전인 2.17.0 버전도 Apple Silicon에 대응되는 binary가 없는 상황입니다.

따라서 무조건 helm3를 사용하도록 강제해보려고 합니다..