Skip to content

Use Gitlab package registry instead of Harbor to publish Helm chart

Jack Henschel requested to merge gitlab-package-registry into master

Harbor has deprecated the support for regular Helm charts (and will remove it in future versions) in favor of OCI Helm charts: https://cern.service-now.com/service-portal?id=outage&n=OTG0076178

However, OCI Helm charts have the disadvantage that they don't have an "index", which is required for the OpenShift Web Console to show the available chart versions.

In any case, it is much easier to push the chart directly into Gitlab's package registry since no external authentication etc. is needed: https://docs.gitlab.com/ee/user/packages/helm_repository/

Required for https://gitlab.cern.ch/webservices/webframeworks-planning/-/issues/1214

Merge request reports