Is there a plan to host versioned helm charts in h...
# all-things-deployment
a
Is there a plan to host versioned helm charts in hosted helm repo, for example http://charts.datahubproject.io/, or is the goal for users to add it to their own (chartmuseum, artifactory, gitlab, ...)
e
We are working on it right now! Aiming to publish by end of day today.
b
Woot
a
Thanks for the really quick follow up @early-lamp-41924 you guys are fast
👍 1
e
Posting here, since it is a more recent thread cc @proud-jelly-46237 Added the latest helm charts to https://helm.datahubproject.io/ !!! Going to update docs for this next week, but you can run the following to check that everythign is working
helm repo add datahub <https://helm.datahubproject.io/>
helm search repo datahub --versions
I currently get
Copy code
NAME                         	CHART VERSION	APP VERSION	DESCRIPTION
datahub/datahub              	0.2.0        	0.8.1      	A Helm chart for LinkedIn DataHub
datahub/datahub              	0.1.2        	latest     	A Helm chart for LinkedIn DataHub
datahub/datahub-prerequisites	0.0.1        	           	A Helm chart for packages that Datahub depends on
for datahub I uploaded the two latest versions. 0.2.0 points to the latest 0.8.1 release while 0.1.2 points to “latest” which contains the images right before the NoCode push! Of course, you can change the image tags when installing.
m
Just a quick ping for @proud-jelly-46237 and @acoustic-midnight-64606 to try this out and let us know if you encounter any issues.
p
Will update you soon
👌 1
a
Thanks @mammoth-bear-12532! Will try both charts
p
I got the
datahub-prerequisites
working via terraform. thanks for your help.
👍 3