メイン コンテンツにスキップ

ステップ 6 - Helm chart を pull する.md

Glasswall Halo は、認証が必要な Glasswall Artifact Registry でホストされている Glasswall Helm チャートと、業界で広く認知されているいくつかのサードパーティ製チャートで構成されています。

  • チャートをインストールする前に、適切なバージョンをHelmで取得する必要があります。必要なバージョンは、対応するリリースノートに記載されています。

  • 以下にプルコマンドの例を示します。これは、一覧にある各 Helm チャートに対して実行する必要があります。

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 .
  • 前提コンポーネントのインストール元となるリポジトリにアクセスするには、これらを追加する必要があります。
helm repo add mongodb https://mongodb.github.io/helm-charts
helm repo update