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