:question: I am trying to do a fresh helm install...
# general
t
I am trying to do a fresh helm install of the signoz chart and I am reaching this job hanging:
Copy code
pod/test-release-signoz-schema-migrator-p2txd
in which the logs are trying to look for a clickhouse DB
Copy code
k logs test-release-signoz-schema-migrator-8fskf  -c test-release-signoz-schema-migrator-init
wget: bad address 'test-release-clickhouse:8123'
waiting for clickhouseDB
This proceeds to wait for 5 minutes until a state changes. This state will not change without any intervention. Does anyone know what kind of deps I may be missing for this error to occur?
the steps that I had to do to install this helm chart...
helm install test-release signoz/signoz -f /Users/me/signoz/values.yaml
1. 2. Delete the job
test-release-signoz-schema-migrator
3. see that all otel collecotrs are failing 4. run a helm upgrade install on the same chart