-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Parameters not showing fields from custom helm values file #8808
Comments
right, we see the same issue. it appeared after upgrade to 2.3.1 |
so, after upgrading to 2.3.1 we have the same behavior. With latest 2.3.1, Parameters tab shows only fields from the default values file. |
Same on Maybe related : when you call For example Also |
Same issue here, please fix |
Also affected by this issue |
same here |
just add that it appeared in 2.2.6 version |
Is this issue getting any traction? |
Hello - we have the same issue. Is anyone familiar with a workaround? |
The fix has been cherry-picked into v2.4.0-rc5. |
@crenshaw-dev we are running v2.4.7 and the issue is still present (note |
@guitmz can you elaborate? Where have you set the overriding image.tag that you expect to see? |
@crenshaw-dev I have I expect to see my custom override Pretty much the same thing as #9213 and the other issues mentioned in the PR that added the fix. |
Thanks @guitmz! I reopened that issue. |
HI, |
@ale-conekta I believe this issue was about values not appearing in the UI but actually applying. If you're having an issue with values appearing in the UI but not applying, I think that's a new issue. |
@crenshaw-dev thanks you for your feedback, I will try to open an issue. |
Describe the bug
When using helm charts as the source of applications, we intend to have multiple values file targeting each environment, say qa-values.yaml, prod-values.yaml.
Till argo cd version 2.2.5, the Parameters tab shows fields from all the values file chosen, both from the default values file and the overridden custom values file chosen.
With latest 2.3.1, Parameters tab shows only fields from the default values file.
Expected behavior
Parameters tab should show fields from both default values file and overridden values file
Version
The text was updated successfully, but these errors were encountered: