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

Cant' deploy after latest (0.20.0) release #729

Closed
kevinlmadison opened this issue May 17, 2022 · 6 comments
Closed

Cant' deploy after latest (0.20.0) release #729

kevinlmadison opened this issue May 17, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@kevinlmadison
Copy link

Describe the bug
Can't install vault with helm after new release.

$ helm repo add hashicorp https://helm.releases.hashicorp.com
"hashicorp" already exists with the same configuration, skipping

$ helm install vault hashicorp/vault -n admin                
Error: parse error at (vault/templates/_helpers.tpl:38): unclosed action

To Reproduce
See above

Expected behavior
Vault should install.
Environment

  • Kubernetes version:
    RKE2 - k8s 1.22.6
@kevinlmadison kevinlmadison added the bug Something isn't working label May 17, 2022
@tvoran
Copy link
Member

tvoran commented May 17, 2022

Hi @kevinlmadison, I'm not able to duplicate the error you're getting. Could you tell me what version of helm you're using? Also don't forget to run helm repo update to pick up the latest vault-helm release.

@kevinlmadison
Copy link
Author

@tvoran thank you for your reply!

$ helm version
version.BuildInfo{Version:"v3.3.4", GitCommit:"a61ce5633af99708171414353ed49547cf05013d", GitTreeState:"clean", GoVersion:"go1.14.9"}

after running helm repo update the error is still the same : (

@tvoran
Copy link
Member

tvoran commented May 17, 2022

Ah, I bet it's a helm version issue. Our acceptance tests here are running in github's ubuntu-latest environment, which has helm 3.8.2: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#package-management

Can you try updating your version of helm?

@tvoran
Copy link
Member

tvoran commented May 17, 2022

From some quick testing, it looks like the min version to get past the error is helm 3.6.

@kevinlmadison
Copy link
Author

righto, I'll test that right now!

@kevinlmadison
Copy link
Author

@tvoran That solved it, thank you for your help!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants