When running the command 'charts-syncer sync --use-plain-http', it returns an error like below:
./charts-syncer sync --use-plain-http
ยป Syncing charts
Error: unable to download index: failed to perform "FetchReference" on source: Get "https://localhost:5000/v2/helm-charts/opentelemetry-operator/charts-index/manifests/latest": http: server gave HTTP response to HTTPS client
TNZ App Catlog/Bitnami
This happens when using a local registry without https.
An issue has been raised regarding this:
https://github.com/bitnami/charts-syncer/issues/351
The fix for this has been outlined here, and will be included in a future chart-syncer release.