Deployment Options
Self Hosted
Pull Docker Images
this is an optional step to pull container images needed by the opsverse stack into a private container registry this page lays out the steps to be followed in order to pull the container images needed by the opsverse stack into a private container registry like ecr step 1 clone the image override script git clone https //github com/opsverseio/installers cd installers/k8s helm/image override step 2 login container registries contact your opsverse customer success manager to get your credentials to the opsverse container registry login to the opsverse container registries by running the following commands docker login registry devopsnow\ io/public docker login registry devopsnow\ io/private login to your container registry the steps could vary based on the type of your registry for aws ecr, aws ecr get login password region \<region> | docker login username aws password stdin \<aws account id> dkr ecr \<region> amazonaws com step 3 run the script setup the following environment variables export container target registry=\<aws account id> dkr ecr \<region> amazonaws com export container region=\<region> export repository prefix=\<your repository prefix> opsverse sudo e bash image pull push sh