-
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
Bad parameters retrieved for Helm files in UI and Notifications #9175
Comments
+1 Please prioritize this one b/c it misleads many people when they see different values on the parameters page and deployed applications. Otherwise please recommend a correct way how to use helm overrides in Argo. |
Similar issue after upgrading to 2.3.3. Is there a work around it? |
have the same problem |
this seems to be a duplicate of #8808 |
Agreed, duplicate. Thanks for reporting! |
Yuck, I dislike GitHub's phrasing. It is planned, it's just a duplicate. :-P |
Checklist:
argocd version
.Describe the bug
Since v2.3.3 (I was in 2.2.5 before and didn't get the problem), values retrieved from Helm file in the UI are not the good ones.
The values retrieved are the default values and not the ones in my overlay file.
For example, In my default value file, I have php.image.tag equals to "helm".
The override value in my overlay file for php.image.tag is equal to "test-XXXXX".
I retrieve "helm" instead of "test-XXXXX".
I encounter the same problem in ArgoCD Notifications when I attempt to retrieve a value from Helm file in my templates.
To Reproduce
Just create a Helm chart and create an overlay file to override the default values. When you click on the application in the interface and go to "Parameters" tab, you will see the default values and not the good ones.
With ArgoCD Notifications, you can retrieve it by calling this :
And you won't retrieve the correct ones.
Expected behavior
I expect to retrieve the correct values that are in my overlay file as it was in v2.2.5.
Screenshots
In the UI :
In the values.yaml default file :
In the test.yaml overlay file :
Part of my notifications template :
Part of the notification received :
Version
Logs
The text was updated successfully, but these errors were encountered: