Helm pull

From NovaOrdis Knowledge Base
Revision as of 22:19, 8 December 2023 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

Used to retrieve individual chart archives and store them on the local filesystem.

For locally added repository:

helm pull stable/postgresql
helm pull yunikorn/yunikorn --version 1.4.0

For a remote chart URL:

helm pull https://example.com/charts/cassandra-1.0.0.tgz

This command writes cassandra-1.0.0.tgz in the current directory.