Install Broker for Container Registry Agent using Helm
Installing the Broker Container Registry Agent using Docker requires the parameter CR_AGENT_URL, but it is not required to install using Helm. The environment variables are defined for installing with Docker and also apply to installing with Helm.
helm install snyk-broker-chart snyk-broker/snyk-broker \
--set scmType=container-registry-agent \
--set brokerToken=<ENTER_BROKER_TOKEN> \
--set crType=<ENTER_CR_TYPE> \
--set crBase=<ENTER_CR_BASE_URL> \
--set crUsername=<ENTER_CR_URSERNAME> \
--set crPassword=<ENTER_CR_PASSWORD> \
-n snyk-broker --create-namespaceAllowed values for crType:
acr
artifactory-cr
digitalocean-cr
docker-hub
ecr
gcr
google-artifact-cr
github-cr
gitlab-cr
harbor-cr
quay-cr
nexus-crElastic Container Registry and Digital Ocean Container Registry require specific parameters as explained in the sections that follow.
Elastic Container Registry (ecr)
crRoleArn
crRegion
crExternalId
DigitalOcean Container Registry (digitalocean-cr)
crToken
PreviousSetting up the Container Registry Agent for a brokered ECR integrationNextContainer Registry Agent advanced configuration using Docker
Last updated
Was this helpful?

