Custom Gravatar plain_url and ssl_url not working

Summary

cannot make gravatar custom url working

Steps to reproduce

using gitlab/gitlab 1.6.0 helm chart to install gitlab on kuberntes

following https://docs.gitlab.com/ee/customization/libravatar.html#configuration to setup our private avatar service

Configuration used

    ## doc/charts/globals.md#gravatarlibravatar-settings
    gravatar:
      plainUrl: http://apis.xxxxxx.org/common/v1/domain/user/%{username}/avatar
      sslUrl: https://apis.xxxxxx.org/common/v1/domain/user/%{username}/avatar

Current behavior

After setting

image

it still using secure.gravatar.com for the avatar service.

image

I even tried to use the example urls

  gravatar:
    plain_url: http://cdn.libravatar.org/avatar/%{hash}?s=%{size}&d=identicon
    ssl_url: https://seccdn.libravatar.org/avatar/%{hash}?s=%{size}&d=identicon

still not working.

I enter the pod and confirmed all the settings are correct in the /srv/gitlab/config/gitlab.yml file.

Expected behavior

Expect to see following picture as avatar

image

Versions

  • Chart: gitlab/gitlab-1.6.0
  • Platform:
    • Self-hosted: kubernetes + coreos
  • Kubernetes: (kubectl version)
    • Client: v1.13.1
    • Server: v1.11.5
  • Helm: (helm version)
    • Client: v2.11.0
    • Server: v2.11.0

Relevant logs

unicorn has no related logs, please let me know if there is any way I can check the logs, Thanks