Glasswall's Artifact Registry stores container images and Helm charts which you need to complete your Halo installation.
- To pull container images and Helm charts from Glasswall Artifact Registry, you need to use your TOKEN and TOKEN_ID in two commands:
kubectl create secret docker-registry acr-secret -n cdrplatform \
--docker-server="glasswallhub.azurecr.io" --docker-username="${token_ID}" --docker-password="${token}"
kubectl create secret docker-registry acr-secret -n license-management \
--docker-server="glasswallhub.azurecr.io" --docker-username="${token_ID}" --docker-password="${token}"
- Login to the Helm registry using your TOKEN and token_ID as shown below:
helm registry login "glasswallhub.azurecr.io" -u "${token_ID}" -p "${token}"
See Glasswall Artifact Registry for a complete list of hosted container images and Helm charts.