Description
As the helm/charts repository is being deprecated many charts are moving to new location.
For example all Prometheus related charts are being moved to prometheus-community GitHub organisation.
At https://github.com/scottrigby/prometheus-helm-charts you find the current state of that migration. That repository hosts multiple helm charts, CI pipeline is set up using GitHub actions e.g. kind to spin up a Kubernetes cluster, chart-testing to verify helm charts and super-linter to check the syntax.
While doing that migration the discussion came up wat to do with dependent charts which are still in stable repository. See prometheus-community/helm-charts#30 and prometheus-community/helm-charts#1 (comment)
In the meantime @zanhsieh started migrating stable/grafana to https://github.com/grafana GitHub Org.
The goal would be to to have a similar setup to Prometheus or Jenkins.
Charts index.ysml is provided via GitHub Pages which even allows to use custom domains like https://charts.jenkins.io/. The chart packages (tgz) are normal GitHub releases. Check https://github.com/scottrigby/prometheus-helm-charts/releases for an example.
Now my question: Would you be interested in hosting the loki charts together with grafana chart in a similar way?
.