티스토리 뷰
CLOUD/CICD
helm repository로 gitlab package registry 이용하기 (에러해결 Please set HELM_EXPERIMENTAL_OCI=1 in your environment to use this feature)
헐리 2022. 1. 7. 16:17gitlab registry로 사용할 gitlab repo의 access tocken 발급
helm repo add
helm repo add --username <user name> --password <Access token> <helm repo 이름 짓기> http://<gitlab주소>/api/v4/projects/<project ID (레포지토리 id)>/packages/hel
m/stable
"gitlab" has been added to your repositories
에러해결 Please set HELM_EXPERIMENTAL_OCI=1 in your environment to use this feature
export HELM_EXPERIMENTAL_OCI=1
'CLOUD > CICD' 카테고리의 다른 글
ArgoCD 비밀번호 분실했을때 (admin password reset) (2) | 2022.03.17 |
---|---|
[gitlab] 깃랩 마이그레이션 하기, downgrade, 백업, 복원, restore, 버전, 에러해결하기 (0) | 2022.03.17 |
[깃랩] gitlab backup하기 그리고 cron (1) | 2021.11.11 |
에러해결 error: src refspec main does not match any (0) | 2021.10.19 |
[ArgoCD/GitLab] ArgoCD 설치부터 셋팅까지 (0) | 2021.10.06 |