Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unable to update checked out version #30

Open
dkirrane opened this issue Feb 22, 2018 · 3 comments
Open

Error: Unable to update checked out version #30

dkirrane opened this issue Feb 22, 2018 · 3 comments

Comments

@dkirrane
Copy link

Hi,

I'm hitting the following on

helm version
Client: &version.Version{SemVer:"v2.7.2", GitCommit:"8478fb4fc723885b155c924d1c8c410b7a9444e6", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.7.2", GitCommit:"8478fb4fc723885b155c924d1c8c410b7a9444e6", GitTreeState:"clean"}
helm plugin install https://github.com/technosophos/helm-template
Error: Unable to update checked out version
@anweiss
Copy link

anweiss commented Mar 2, 2018

Also getting this error.

@tompizmor
Copy link

@dkirrane @anweiss it seems you need to specify a version to install.:

helm plugin install https://github.com/technosophos/helm-template --version 2.5.1

or

helm plugin install https://github.com/technosophos/helm-template --version master

@lrills
Copy link

lrills commented Mar 20, 2018

Seems to be a helm bug, check helm/helm#3571. The fix is not released yet so setting --version is only thing can do for now.
And template command is supported by helm itself now, you can try the native one :)

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

No branches or pull requests

4 participants