Replies: 2 comments
-
|
Thanks for the report @MrCzz -- we're working on this now! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@MrCzz this should be fixed now in the latest argocd dhi catalog image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
Bug
I am deploying ArgoCD using the official Helm chart but overriding the default image with the Docker Hardened Image (DHI) version 3.3.4.
When accessing an application detail page from within the ArgoCD UI using the DHI image, it crashes with a Webpack/React TypeError. If I remove the DHI image override and use the default upstream ArgoCD image, the UI works perfectly. This indicates an issue specifically within the DHI build.
Helm chart Config
Behaviour
The UI fails to load an application (overview page works) and throws the following stack trace:
Expected Behavior
The ArgoCD UI should render an application detail page correctly without JavaScript errors, identical to the behavior of the default upstream image.
Hope you will be able to fix this.
Beta Was this translation helpful? Give feedback.
All reactions