주요 콘텐츠로 건너뛰기

6단계 - Helm chart 가져오기.md

Glasswall Halo는 인증된 Glasswall Artifact Registry에 호스팅되는 Glasswall Helm charts와, 여기에 더해 업계에서 널리 인정받는 일부 타사 charts로 구성됩니다.

  • 차트를 설치하기 전에 Helm으로 올바른 버전을 가져와야 합니다. 필요한 버전은 해당 릴리스 노트에 나와 있습니다.

  • 아래에 예시 pull 명령이 나와 있으며, 나열된 각 Helm chart에 대해 이를 실행해야 합니다.

helm pull oci://glasswallhub.azurecr.io/<repository> --version <version> --untar --untardir .

다음 예시는 v2.18.1 버전으로 미리 채워져 있습니다:

helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-rabbitmq --version 0.9.3 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-external-secrets --version 0.6.0 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-storage --version 0.8.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-engine --version 0.5.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-sync-api --version 0.4.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-portal --version 0.4.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-policy-api --version 0.3.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-api-access --version 1.2.2 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-portal-access --version 0.2.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-license-management --version 0.3.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-cleanup --version 0.3.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-async-api --version 0.2.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/prometheus-scaling --version 0.3.0 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-metrics-projection --version 0.2.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-report-extractor --version 0.2.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-tally-accumulator --version 0.2.1 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-mongodb --version 0.3.0 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-storage-monitor --version 0.2.5 --untar --untardir .
  • 사전 요구 구성 요소가 설치되는 repository에 액세스하려면 다음을 추가해야 합니다:
helm repo add mongodb https://mongodb.github.io/helm-charts
helm repo update