Auto dev ops connection refused error 127.0.0.1:8879 problematic?

Replace this template with your information

So, I am getting the following error near the top of a newly minted Auto Devops pipeline on our Gitlab Premium instance :-

[37](https://git.../k8/netcore5/-/jobs/3988#L37)Hang tight while we grab the latest from your chart repositories...
[38](https://git.../k8/netcore5/-/jobs/3988#L38)...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):
[39](https://git.../k8/netcore5/-/jobs/3988#L39) Get "http://127.0.0.1:8879/charts/index.yaml": dial tcp 127.0.0.1:8879: connect: connection refused
[40](https://git.../k8/netcore5/-/jobs/3988#L40)...Successfully got an update from the "bitnami" chart repository
[41](https://git.../k8/netcore5/-/jobs/3988#L41)...Successfully got an update from the "stable" chart repository
  - *Runner (Hint: `/admin/runners`):*

The pipeline then continues for a bit, and then fails after an auto deploy step. But I think this error is actually harmless and a distraction. Just want to check if this is expected or not.