hello, how to get chart version list ? -----------...
# all-things-deployment
c
hello, how to get chart version list ? --------------------------------------------------------------------------------------------------- root@ecs-16a0-ab86:~# helm search repo datahub NAME CHART VERSION APP VERSION DESCRIPTION datahub/datahub 0.2.93 0.8.44 A Helm chart for LinkedIn DataHub datahub/datahub-prerequisites 0.0.9 A Helm chart for packages that Datahub depends on --------------------------------------------------------------------------------------------------- For some reasons, I need to keep the datahub v0.8.41. Is there any guy know how to get the previous release datahub charts and it's dependency datahub-prerequisites chart? Thank you so much if you can delivery the hint.
b
hi elma , you can run
helm search repo datahub --versions
to get all the versions for a demo repo and install a particular version using
helm upgrade [release] [chart] --version [version-number]
c
Ok, thank you. Do you know how to find the *corresponding version "*datahub/datahub-prerequisites*" for "*datahub/datahub" 0.2.93. The one solution I've thought is that checkout the release time. But, is there any definitive way to find the datahub-prerequisites and datahub' s chart version relationship?