InseeFrLab / onyxia

🔬 Data science environment for k8s
https://onyxia.sh
MIT License
458 stars 80 forks source link

Exception when running a service without icon #755

Closed nitreb closed 7 months ago

nitreb commented 7 months ago

In a Helm repository, when the icon field of the Chart.yaml file is not provided, the service will not be able to be launched on Onxyia. Also, an error appears in the console:

Uncaught (in promise) Error: Wrong assertion encountered

According to the Helm documentation, this field is optional, and unless I'm mistaken, I don't see it mentioned in the Onyxia documentation.

What do you think of this behavior?

fcomte commented 7 months ago

clearly something to fix fast :) @garronej

garronej commented 7 months ago

Thank you for reporting, sorry about the error. Fixed

nitreb commented 7 months ago

Thank you for the reactivity!