मुख्य सामग्री पर जाएँ

चरण 5 - Helm charts pull करें

Glasswall Halo में हमारे authenticated Artifact Registry में होस्ट किए गए Glasswall Helm charts शामिल हैं, साथ ही कुछ उद्योग में मान्यता प्राप्त third-party charts भी हैं।

  • charts को install करने से पहले, सही versions को Helm द्वारा pull किया जाना चाहिए। आवश्यक versions संबंधित release notes में सूचीबद्ध हैं।

  • एक उदाहरण pull command नीचे दिखाया गया है; सूचीबद्ध प्रत्येक 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-storage-monitor --version 0.2.5 --untar --untardir .
helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-mongodb --version 0.3.0 --untar --untardir .

उन repositories तक पहुंच प्राप्त करने के लिए, जिनसे हमारे prerequisite components इंस्टॉल किए जाते हैं - उन्हें जोड़ा जाना चाहिए:

helm repo add aws-efs-csi-driver https://kubernetes-sigs.github.io/aws-efs-csi-driver
helm repo add mongodb https://mongodb.github.io/helm-charts
helm repo update