Skip to content

Conversation

@michaelsauter
Copy link

[ -z "$HELM_BIN" ] && HELM_BIN=$(command -v helm)
HELM_MAJOR_VERSION=$("${HELM_BIN}" version --client --short | awk -F '.' '{print $1}')

HELM_HOME=$("${HELM_BIN}" home --debug=false)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was needed for Helm 2 but I hope no one's using helm 2 these days

Copy link
Collaborator

@mumoshu mumoshu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@mumoshu mumoshu merged commit 029c1e9 into databus23:master Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants