Skip to main content

Display Helm Chart Values

To customize the image repository and tag, modify the values file as shown below:

Syncing Images to a Private Registry

Dify images support both AMD64 and ARM64 architectures. You can use the following script to sync them to your private container registry.
  1. Save the following script as sync.sh.
  1. Set Script Variables.
Edit the sync.sh file and set the following variables:
  • REGISTRY_URL: The URL of your private registry.
  • NAMESPACE: The namespace of your private registry.
  • BASE_IMAGE (Optional): The base image to sync, default is langgenius/$IMAGE:$VERSION.
  1. Set Execution Permission.
  1. Execute script to sync images.