Sentry Helm Installation on OpenShift

We tried to install sentry using helm charts.
But the installation job looks for non-existent services and time-outs.

sentry-clickhouse-2.sentry-clickhouse-headless is not available yet
Clickhouse not ready. Sleeping for 10s before trying again
nc: getaddrinfo: Name does not resolve
sentry-clickhouse-0.sentry-clickhouse-headless is not available yet
nc: getaddrinfo: Name does not resolve
sentry-clickhouse-1.sentry-clickhouse-headless is not available yet
nc: getaddrinfo: Name does not resolve
sentry-clickhouse-2.sentry-clickhouse-headless is not available yet
Clickhouse not ready. Sleeping for 10s before trying again

These services are not created by the helm install but it looks for them

But the following services were created by helm install:
sentry-clickhouse ClusterIP 172.30.29.233 9000/TCP,8123/TCP,9009/TCP 31m
sentry-clickhouse-headless ClusterIP None 9000/TCP,8123/TCP,9009/TCP 31m
sentry-clickhouse-replica ClusterIP 172.30.103.2 9000/TCP,8123/TCP,9009/TCP 31m
sentry-clickhouse-replica-headless ClusterIP None 9000/TCP,8123/TCP,9009/TCP 31m