billions-twilight-48559
12/23/2021, 7:40 AMpolite-flower-25924
12/23/2021, 9:15 AMhelm repo update # Grab the latest from the remote repository (<https://helm.datahubproject.io/>)
helm upgrade datahub datahub/datahub # Upgrades the datahub release to the latest version
billions-twilight-48559
12/23/2021, 11:45 AMdazzling-queen-76396
04/27/2022, 7:33 AMancient-apartment-23316
07/26/2022, 2:02 PMdazzling-queen-76396
08/02/2022, 7:47 AMdatahub-helm/charts/datahub/values.yml
contains needed version in tag property
3. helm repo update
4. helm upgrade -f charts/datahub/values.yml datahub datahub/datahub
then when you open UI it'll show the error message or error popup, it's ok. you need just to wait a couple of minutes until all services restartancient-apartment-23316
08/02/2022, 6:00 PMdazzling-queen-76396
08/03/2022, 6:26 AMvalues.yml
I run
helm repo add datahub <https://helm.datahubproject.io/>
helm install prerequisites datahub/datahub-prerequisites
and after that upgrading using concrete values.yml file like in point 4 in my previous message