This is an example of the Docker Registry configuration in the Helm chart values. You can set the image repository and tag in the Helm chart values.
You can sync the images to your private registry using the sync.sh
script. Dify images support ARM64 and AMD64 architectures.
Clickhere to download the
sync.sh
script.
Edit the sync.sh
file and set the following variables:
REGISTRY_URL
: The URL of your private registryNAMESPACE
: The namespace of your private registryBefore syncing the images, you need to login to your private registry first.
This is an example of the Docker Registry configuration in the Helm chart values. You can set the image repository and tag in the Helm chart values.
You can sync the images to your private registry using the sync.sh
script. Dify images support ARM64 and AMD64 architectures.
Clickhere to download the
sync.sh
script.
Edit the sync.sh
file and set the following variables:
REGISTRY_URL
: The URL of your private registryNAMESPACE
: The namespace of your private registryBefore syncing the images, you need to login to your private registry first.