app-registry / appr

Apache License 2.0
56 stars 18 forks source link

Wrong version of helm is called from appr #87

Closed joejulian closed 2 years ago

joejulian commented 7 years ago

In the event that you're using version-locked helm paths but still have a helm in PATH, the wrong version of helm is used.

As part of kraken, we maintain the last known tested version of helm for each of the last 3 kubernetes releases, ie.

/opt/cnct/kubernetes/v1.5/bin/helm
/opt/cnct/kubernetes/v1.6/bin/helm
/opt/cnct/kubernetes/v1.7/bin/helm

and a symlink of /usr/bin/helm to /opt/cnct/kubernetes/v1.7/bin/helm`

This causes a helm registry install to fail as the client and server versions do not match when using helm from a path other than v1.7.

Please use the helm version from which appr is called.