-
Hello, I have a probel to deploy artifact-hub in an air-gap environment. Is there a way to fix it ? Should I fork the official repo in my local gitlab and change all urls ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! The following PR provides a solution for this problem (still not merged though): helm/helm#12743 (and helm/helm-www#1549) In the meantime, you could just download the chart and remove or rename the |
Beta Was this translation helpful? Give feedback.
Hi!
The following PR provides a solution for this problem (still not merged though):
helm/helm#12743 (and helm/helm-www#1549)
In the meantime, you could just download the chart and remove or rename the
values.schema.json
file to disable the schema validation. Replacing the urls of all references in the schema sounds good. Maybe you can even do it directly on the schema file after downloading the chart (i.e. usingsed
or something similar).