> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# BYOC Additional Settings

> Override image settings and image pull secrets when hosting your own Collate AI Proxy Docker images.

# Additional Settings

The variables described below have default values and are optional unless you need to override the default behavior.

## Host your own Docker images

We recommend using the same strategy to pull the Collate AI Proxy Docker images that you already use for the Collate images.

Since both applications are deployed in the same namespace, you can configure them to use the same image pull secrets.

If you want to use your own Docker images, update the following Helm values under `.Values.image`:

```yaml theme={null}
image:
  repository: my-docker-repostory.example/caip
  tag: 1.12.6

imagePullSecrets:
  - name: my-credentials-secret
```

Do not forget to add the credentials to your Docker registry in `.Values.imagePullSecrets`.

## Navigation

<CardGroup cols={2}>
  <Card title="Validation" href="/how-to-guides/deployment/byoc/kubernetes/collate-ai-proxy/validation">
    \< Previous
  </Card>
</CardGroup>
