Updates chart version

ARTIFACTORY: Installation Quick Start Guide - Helm

AuthorFullName__c
Paul Pan
articleNumber
000005199
ft:sourceType
Salesforce
FirstPublishedDate
2022-01-13T19:22:21Z
lastModifiedDate
2025-05-15
VersionNumber
21
helm upgrade --install artifactory-ha \
  --set databaseUpgradeReady=true \
  -f values.yaml \
  --namespace jfrog jfrog/artifactory-ha --version 107.x.x

Always check the changelog first for any major version jump.

It’s recommended to upgrade the chart version when you are upgrading Artifactory to a version that comes default to a new chart version.

Note

1. The databaseUpgradeReady flag is only required when using the bundled PostgreSQL chart. This flag is designed to encourage caution by prompting you to verify that no unintended property changes have been introduced to the bundled database. We recommend using the --dry-run option to evaluate any potential unexpected changes before proceeding with the upgrade of the bundled PostgreSQL database.
2. If you are upgrading from a chart version earlier than 4.x.x that specifies postgresql.image.tag values of 9.x, 10.x, or 12.x, ensure that you pass the appropriate postgresql.image.tag and set databaseUpgradeReady=true