I was implementing geonetwork-ui using the Helm charts and realize that the current values.yaml is refering to a 'master' branch. 'Master ' is a very old image and it does not carry the wc-embedder.html file. So the chart works but the advanced web components do not.
Hello,
I was implementing geonetwork-ui using the Helm charts and realize that the current values.yaml is refering to a 'master' branch. 'Master ' is a very old image and it does not carry the wc-embedder.html file. So the chart works but the advanced web components do not.
I changed from:
to
And everything worked.