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

Chart version 1.1.1 installation failure #85

Open
jaredpatrick37 opened this issue May 7, 2024 · 1 comment
Open

Chart version 1.1.1 installation failure #85

jaredpatrick37 opened this issue May 7, 2024 · 1 comment

Comments

@jaredpatrick37
Copy link

Chart repo:

https://download.passbolt.com/charts/passbolt

Install command:

helm install passbolt passbolt/passbolt -n passbolt --version 1.1.1

I am getting the following error when installing version 1.1.1:

Error: INSTALLATION FAILED: template: passbolt/templates/tests/rolebind.yaml:1:45: executing "passbolt/templates/tests/rolebind.yaml" at <.Values.integrationTests.enabled>: nil pointer evaluating interface {}.enabled

I resolved this issue by running the helm install with the following --set:

helm install passbolt passbolt/passbolt -n passbolt --version 1.1.1 --set integrationTests.enabled=false

The integrationTests value is not defined in the values.yaml, so there probably needs to be a default false here

@dlen
Copy link
Member

dlen commented May 8, 2024

Hey @jaredpatrick37 thanks for the report.
I'm unable to reproduce the issue, which version of helm are you using?

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

2 participants