Open bdsoha opened 3 months ago
That is a good point and to be honest I haven't thought about this use case. At the same time I'm not sure what a good solution would be that keeps the maintenance burden low as well. I'll see if I can think up something better
Details
The
app-template
chart currently uses avalues.schema.json
file that references thecommon
library. This reference ($ref
) is a hard-coded link to thecommon
library's GitHub repository. As a result, the chart cannot be used in an air-gapped network without internet access.I understand that the intention behind this implementation is to avoid duplication. However, this renders the chart unusable in air-gapped environments.