Step 6 - Pull Helm charts
    • PDF

    Step 6 - Pull Helm charts

    • PDF

    Article summary

    Constellations consists of Glasswall Helm charts hosted in our authenticated Glasswall Artifact Registry, along side a few industry recognized third-party charts.

    • Before the charts can be installed, the right versions need to be pulled by Helm. The required versions are listed in the corresponding Release Notes.
    • An example pull command is shown below; this needs to be executed for each Helm chart listed. 
    helm pull oci://glasswallhub.azurecr.io/<repository> --version <version> --untar --untardir .
    
    • The following example is pre-populated with the versions v2.1.2 of Glasswall Halo and v1.1.1 of Constellations:
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-rabbitmq --version 0.2.0 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-autoscaling --version 0.2.2 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-cdr-enabler --version 0.2.1 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-event-collation --version 0.2.1 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-event-projection --version 1.1.2 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-external-secrets --version 0.0.2 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-page-scanner --version 0.2.1 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-scan-controller --version 1.0.4 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/constellations-scan-preprocessor --version 0.1.4 --untar --untardir .
    
    helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-rabbitmq --version 0.6.2 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-external-secrets --version 0.3.3 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-storage --version 0.5.2 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-engine --version 0.1.19 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-sync-api --version 0.2.6 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-cleanup --version 0.0.2 --untar --untardir .
    helm pull oci://glasswallhub.azurecr.io/helm/cdrplatform-report-extractor --version 0.0.2 --untar --untardir .
    • In order to gain access to the repositories from which our prerequisite components are installed - they must be added:
    helm repo add bitnami https://charts.bitnami.com/bitnami
    helm repo add kedacore https://kedacore.github.io/charts
    helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
    helm repo add external-secrets https://charts.external-secrets.io
    helm repo update
    


     


    Was this article helpful?