For regular upgrade command when you just want to upgrade values:
helm upgrade --install artifactory-ha \
--set databaseUpgradeReady=true \
-f values-new.yaml \
--namespace jfrog jfrog/artifactory-ha --version 107.x.x
If you want to upgrade the artifactory version, but the version does not come by default with the current chart version. Note that you must always pass the version explicitly after doing this to avoid falling back to an old version:
helm upgrade --install artifactory-ha \
--set databaseUpgradeReady=true \
--set global.versions.artifactory= 7.x.x\
-f values.yaml \
--namespace jfrog jfrog/artifactory-ha --version 107.x.x