nexus_upload_helmpackage - choisungwook/portfolio GitHub Wiki
nexus private helm repo์ helm ํจํค์ง ์ ๋ก๋
helm ํจํค์ง
helm ํจํค์ง๋ฅผ ์ ๋ก๋ ํ ๋ ์ฌ์ฉ
nexus_user=admin
nexus_password=<your_password>
- -F: ์ ๋ก๋ํ helm ํจํค์ง
- -u: nexus ๊ด๋ฆฌ์ ๊ณ์ ๊ณผ ๋น๋ฐ๋ฒํธ
curl -F [email protected] \
-u $nexus_user:$nexus_password \
https://nexus.choilab.xyz/service/rest/v1/components?repository=custom-helm1
์ ๋ก๋๊ฐ ์ฑ๊ณตํ๋ฉด helm repo search๋ช ๋ น์ด๋ก ์ ๋ก๋ํ ํจ์ง๊ฐ ๊ฒ์๋๋ค.
helm repo update
helm search repo nginxdemo