nexus_upload_helmpackage - choisungwook/portfolio GitHub Wiki

1. ๊ฐœ์š”

nexus private helm repo์— helm ํŒจํ‚ค์ง€ ์—…๋กœ๋“œ


2. ์ค€๋น„

helm ํŒจํ‚ค์ง€


3. ์—…๋กœ๋“œ ๊ณผ์ •

3.1 nexus ๊ด€๋ฆฌ์ž ๊ณ„์ •๊ณผ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ํ™˜๊ฒฝ๋ณ€์ˆ˜๋กœ ์„ค์ •

helm ํŒจํ‚ค์ง€๋ฅผ ์—…๋กœ๋“œ ํ•  ๋•Œ ์‚ฌ์šฉ

nexus_user=admin
nexus_password=<your_password>

3.2 helm ํŒจํ‚ค์ง€ ์—…๋กœ๋“œ

  • -F: ์—…๋กœ๋“œํ•  helm ํŒจํ‚ค์ง€
  • -u: nexus ๊ด€๋ฆฌ์ž ๊ณ„์ •๊ณผ ๋น„๋ฐ€๋ฒˆํ˜ธ
curl -F [email protected] \
-u $nexus_user:$nexus_password \
https://nexus.choilab.xyz/service/rest/v1/components?repository=custom-helm1


3.3 ์—…๋กœ๋“œ ํ™•์ธ

์—…๋กœ๋“œ๊ฐ€ ์„ฑ๊ณตํ•˜๋ฉด helm repo search๋ช…๋ น์–ด๋กœ ์—…๋กœ๋“œํ•œ ํŒจ์ง€๊ฐ€ ๊ฒ€์ƒ‰๋œ๋‹ค.

helm repo update
helm search repo nginxdemo

โš ๏ธ **GitHub.com Fallback** โš ๏ธ