Skip to content

Instantly share code, notes, and snippets.

@besteban1989
Created October 25, 2022 23:19
Show Gist options
  • Save besteban1989/85d09561f1c4b37161f4970bf97eaa12 to your computer and use it in GitHub Desktop.
Save besteban1989/85d09561f1c4b37161f4970bf97eaa12 to your computer and use it in GitHub Desktop.
Helm snippets
# 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