Invalid Argument

Hi All,
Can anyone help me with this? I am trying to deploy an exchange and I keep getting an invalid argument error when to run the hollaex web --setup command. I have attached a screenshot of it.

Thanks

Kyle

Hi there. Sorry for the delay.

Seems like you specified a wrong name for the Docker registry name.

The docker registry name should be all in lowercase, separated with / to specify the registry username and the actual registry name. something like bitholla/my-repository:my-version-number.

If you don’t have your own docker registry yet, please go to the Docker Hub and create one for free.

To manually change the docker registry specification, please go to your configmap file at your HollaEx Kit path/settings directory.

You’ll see the key called ENVIRONMENT_USER_HOLLAEX_CORE_IMAGE_REGISTRY and ENVIRONMENT_USER_HOLLAEX_WEB_IMAGE_REGISTRY on the configmap file. Please modify it to your own Docker registry name, and save it.

(...)

ENVIRONMENT_KUBERNETES_EXTERNAL_POSTGRESQL_DB_ACCESS_PORT=40000

ENVIRONMENT_KUBERNETES_ALLOW_EXTERNAL_REDIS_ACCESS=false
ENVIRONMENT_KUBERNETES_EXTERNAL_REDIS_ACCESS_PORT=40001

ENVIRONMENT_KUBERNETES_RESTART_NOTIFICATION_WEBHOOK_URL=

**ENVIRONMENT_USER_HOLLAEX_CORE_IMAGE_REGISTRY=bitholla/my-repo (YOUR_OWN_REGISTRY)**
ENVIRONMENT_USER_HOLLAEX_CORE_IMAGE_VERSION=my-core-1.24.9-2009281813

**ENVIRONMENT_USER_HOLLAEX_WEB_IMAGE_REGISTRY=bitholla/my-repo (YOUR_OWN_REGISTRY)**
ENVIRONMENT_USER_HOLLAEX_WEB_IMAGE_VERSION=latest

ENVIRONMENT_KUBERNETES_API_CPU_LIMITS=200m
ENVIRONMENT_KUBERNETES_API_MEMORY_LIMITS=512Mi
ENVIRONMENT_KUBERNETES_API_CPU_REQUESTS=10m
ENVIRONMENT_KUBERNETES_API_MEMORY_REQUESTS=512Mi

(...)

Thank you. And let me know if you need any further help.