-
Notifications
You must be signed in to change notification settings - Fork 54
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
I can't override my Chart values #465
Comments
@davividal I'll take a look. At face value, it would seem like what you're doing should do what you expect here. I'll update here as I have more information. |
@davividal seems to be working here using 1.13.6 of the binary and container image with the |
I can replicate what you're seeing with your chart, but not mine. Still investigating. More to come as I have it. |
^ This PR should resolve it. The core of the issue is that you have a |
This has merged, and a new release is being cut for it. #467. When this is merged, you should be able to try again with the latest image. In the meantime, you can try with the 0.1.0 tag which should contain the fix as well. |
I'm trying to verify my chart (https://github.com/SonarSource/helm-chart-sonarqube), but I can't override the default values.
I'm trying to apply this values.yaml:
I tried both commands without success:
In both cases, it will use the default value for the tag:
10.6.0-community
. This also applies to any other value. Adding--debug
doesn't show any information.What am I missing here?
The text was updated successfully, but these errors were encountered: