Using a Custom Image Registry:

JFROG PLATFORM: Getting started with the JFrog Platform Helm Chart

AuthorFullName__c
Ashraf Kherbawy
articleNumber
000005655
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-30T09:55:40Z
lastModifiedDate
2023-03-30
VersionNumber
3
For customers who operate within an air-gapped network and prefer to use their own registry for all JFrog product images, the imageRegistry key is available as an option. Alternatively, if you prefer to use a secret instead, the imagePullSecrets key is also available. These features allow you to customize the image registry and access credentials for JFrog products, enabling you to work within your network constraints while maintaining secure and efficient operations.
global:
  imageRegistry: your-image-registry-url
OR
global:
  imagePullSecrets:
    - name: your-image-registry-key