Specifying Versions:

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
To specify the version to be deployed for each product, you can configure it under the global.versions setting in the values.yaml. This allows for more precise and efficient management of product versions, ensuring that the correct version is deployed to the intended product.

Example:
global:
  versions:
    artifactory: app-version
    xray: app-version
    distribution: app-version
    insight: app-version
    pipelines: app-version
    pdnServer: app-version
Note: You should specify the app version for each product, rather than the chart version.