geonetwork / geonetwork-helm-charts

Repository for hosting helm charts regarding GeoNetwork organization.
3 stars 4 forks source link

The values.yaml on the datahub chart points to a old image #13

Closed fixwhat closed 3 weeks ago

fixwhat commented 1 month ago

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:

image:
  repository: geonetwork/geonetwork-ui-datahub
  tag: master

to

image:
  repository: geonetwork/geonetwork-ui-datahub
  tag: latest

And everything worked.

edevosc2c commented 1 month ago

Feel free to send a PR thank you!