The current mechanism for chart installation isn't ideal, manually cloning the repo to install the chart leads to issues when installing it with systems such as ArgoCD, to remedy this I propose that the helm charts are published as oci artifacts to the ghcr.io. This would lead to easier installation and should be relatively simple to implement. I personally use this action: https://github.com/bitdeps/helm-oci-charts-releaser, it automatically detects when the chart version changes and publishes it to ghcr.io
The current mechanism for chart installation isn't ideal, manually cloning the repo to install the chart leads to issues when installing it with systems such as ArgoCD, to remedy this I propose that the helm charts are published as oci artifacts to the ghcr.io. This would lead to easier installation and should be relatively simple to implement. I personally use this action: https://github.com/bitdeps/helm-oci-charts-releaser, it automatically detects when the chart version changes and publishes it to ghcr.io