Hey there, very new to Datahub. I've succesfully i...
# all-things-deployment
c
Hey there, very new to Datahub. I've succesfully ingested data from Bigquery locally. As a next step, I deployed Datahub using GKE. Everything seems to be working as intended. What is the best way to go about removing the default datahub user and adding then inviting new users?
l
@echoing-airport-49548 ^
🙏 1
e
Hi @creamy-artist-77191 take a look at this guide for how to invite new users to DataHub here! Also please let me know if you have any questions. https://datahubproject.io/docs/how/auth/add-users#send-prospective-users-an-invite-link
c
Hey @echoing-airport-49548, thanks for the reply! Unfortunately, I don't see the
invite user
button in my UI. Is there something I need to do in order to activate it?
e
This feature is only available on the latest DataHub release, have you upgraded your instance to v0.8.38?
c
Got it. This is the first time I've deployed a K8s app using Helm. I followed the deployment instructions just a few days ago, but I see that this version is only 4 days old. What is the best way to go about updating Datahub on GKE? I couldn't find any reference to it in the docs.
e
Ah I see. You can just pull and re-apply the latest Helm charts, which you can find here https://github.com/acryldata/datahub-helm
c
Thanks for the help @echoing-airport-49548. Apologies, how exactly can I go about pulling and reapplying the helm charts? I tried
helm upgrade datahub datahub/datahub
, but that didn't work.
e
can you try running
helm repo update
and then retry?
c
Thank you ❤️ That worked like a charm. Assuming PRs on the docs are welcome?
e
Amazing! And yes, we would love that
Feel free to post any PR’s you’d like reviewed in this thread and tag me as a reviewer!
c
Awesome! Will do
teamwork 1