https://questdb.io logo
Title
t

todd densmore

02/02/2023, 6:26 PM
QuestDB Helm install
Hello everyone. I just tried to install questdb using Helm and ran into an issue with the Kubernetes install instructions here: My error:
Pulling image "questdb/questdb:6.0.7.1"
Failed to pull image "questdb/questdb:6.0.7.1"<http://docker.io/questdb/questdb:6.0.7.1|docker.io/questdb/questdb:6.0.7.1>: not found
Error: ErrImagePull
I only see the
6.7
tag on dockerhub.
So maybe the chart needs an upgrade, or the image needs to be pushed to DockerHub?
s

Steven Sklar

02/02/2023, 6:45 PM
Thanks for catching this! Looks like a typo in the chart
We’ll have it fixed shortly and let you know when it’s released
Actually, at second glance, it looks like those instructions are installing an old chart version
--version 0.11.0
. We’re on version
0.27
now, so I would imagine that this could cause some problems. If you run these commands, this will update your helm repo and spin up the latest version of the helm chart and db:
helm repo update
helm install my-questdb questdb/questdb
t

todd densmore

02/03/2023, 2:38 PM
Thank you!
s

Steven Sklar

02/03/2023, 2:42 PM
No problem! I’ll update the website ASAP