Skip to content

Instantly share code, notes, and snippets.

@Maisy
Created March 23, 2023 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maisy/f3d215cb19d42aa0bec44c4b227c6178 to your computer and use it in GitHub Desktop.
Save Maisy/f3d215cb19d42aa0bec44c4b227c6178 to your computer and use it in GitHub Desktop.

helm

helm repo 관리

$ helm repo list
NAME    URL
dev     https://<<private-registry>>:5443/<<repo-dev-name>>
prd     https://<<private-registry>>:5443/<<repo-prod-name>>
  • 특정 버전의 helm chart 받아올때
$ helm repo update
$ helm fetch dev/<<chart repo>> --version 2.1.2
$ tar zxvf <<chart tar file name>>-2.1.2.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment