Created
October 25, 2022 23:19
-
-
Save besteban1989/85d09561f1c4b37161f4970bf97eaa12 to your computer and use it in GitHub Desktop.
Helm snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Login to registry | |
helm registry login [the-container-registry] \ | |
--username [username] \ | |
--password [password] | |
# pull helm chart locally | |
helm pull oci://[the-container-registry]/[chart-name] --version [version] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment