Why does autodevops downloads the postgresql chart if it is disabled?

Why does autodevops downloads the postgresql chart if it is disabled?

I have recently enabled autodevops on a region where https://kubernetes-charts.storage.googleapis.com/ is not available. Even though my application is not enabled the use of postgres my deployment fails because autodevops is unable to reach the url. Is it a way that THIS value can be overwritten? A full log is here:

Waiting for pod gitlab-managed-apps/runner-pmdqqhfs-project-375-concurrent-0tgvws to be running, status is Pending
 Running on runner-pmdqqhfs-project-375-concurrent-0tgvws via gitlab-runner-gitlab-runner-7dccc8d5ff-bbtnj...
Getting source from Git repository
02:02
 Fetching changes with git depth set to 50...
 Initialized empty Git repository in /builds/zhongxi/services/verdaccio/.git/
 Created fresh repository.
 From https://code.keesee.net/zhongxi/services/verdaccio
  * [new ref]         refs/pipelines/783 -> refs/pipelines/783
  * [new branch]      master             -> origin/master
  * [new tag]         v4.4.3             -> v4.4.3
  * [new tag]         v4.4.4             -> v4.4.4
  * [new tag]         v4.5.0             -> v4.5.0
  * [new tag]         v4.5.1             -> v4.5.1
 Checking out 7833e19e as master...
 Skipping Git submodules setup
Restoring cache
00:01
Downloading artifacts
00:00
Running before_script and script
02:40
 $ auto-deploy check_kube_domain
 $ auto-deploy download_chart
 Creating /root/.helm 
 Creating /root/.helm/repository 
 Creating /root/.helm/repository/cache 
 Creating /root/.helm/repository/local 
 Creating /root/.helm/plugins 
 Creating /root/.helm/starters 
 Creating /root/.helm/cache/archive 
 Creating /root/.helm/repository/repositories.yaml 
 Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com 
 Adding local repo with URL: http://127.0.0.1:8879/charts 
 $HELM_HOME has been configured at /root/.helm.
 Not installing Tiller due to 'client-only' flag having been set
 "gitlab" has been added to your repositories
 Hang tight while we grab the latest from your chart repositories...
 ...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):
 	Get http://127.0.0.1:8879/charts/index.yaml: dial tcp 127.0.0.1:8879: connect: connection refused
 ...Successfully got an update from the "gitlab" chart repository
 ...Successfully got an update from the "stable" chart repository
 Update Complete.
 Saving 1 charts
 Downloading postgresql from repo https://kubernetes-charts.storage.googleapis.com/
 Save error occurred:  could not download https://kubernetes-charts.storage.googleapis.com/postgresql-0.7.1.tgz: Get https://kubernetes-charts.storage.googleapis.com/postgresql-0.7.1.tgz: dial tcp 34.64.4.16:443: connect: connection timed out
 Deleting newly downloaded charts, restoring pre-update state
 Error: could not download https://kubernetes-charts.storage.googleapis.com/postgresql-0.7.1.tgz: Get https://kubernetes-charts.storage.googleapis.com/postgresql-0.7.1.tgz: dial tcp 34.64.4.16:443: connect: connection timed out
Running after_script
00:01
Uploading artifacts for failed job

Could you find a solution? I have the same problem.