I am also wondering if the helm chart version `0.2...
# all-things-deployment
a
I am also wondering if the helm chart version
0.2.1
is tied to Datahub version
0.8.16
. A little confused about the relationship between the helm chart version and Datahub version
e
Helm chart version is about the version of the helm chart themselves i.e. how the k8s yaml files are constructed
DataHub version is based on the main DataHub code base in https://github.com/linkedin/datahub We do periodic releases and up the DataHub version as well. Each new release (or pushes to master) triggers a github workflow pipeline that generates new versions of the docker images that you can use to deploy datahub
So you can use an old chart with a newer version of DataHub. These two are separate unless there is some env variable that is required for deploy.
a
Thanks for the detailed explanation! I guess this means I won’t have to re-render every time there’s a new release. That’s GREAT.