Helm pull: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
Used to retrieve individual chart archives. | Used to retrieve individual chart archives and store them on the local filesystem. | ||
For locally added repository: | For locally added repository: |
Revision as of 22:46, 6 December 2023
External
Internal
Overview
Used to retrieve individual chart archives and store them on the local filesystem.
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.