Helm pull: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 22: Line 22:
helm pull https://example.com/charts/cassandra-1.0.0.tgz
helm pull https://example.com/charts/cassandra-1.0.0.tgz
</syntaxhighlight>
</syntaxhighlight>
This command writes <code>cassandra-1.0.0.tgz</code> in the current directory.

Revision as of 04:08, 10 May 2022

External

Internal

Overview

Used to retrieve individual chart archives.

For locally added repository:

helm pull stable/postgresql

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.