I am running a helm upgrade --install on an airflow deployment the current deployment is on version 2.6 and the new version is also on 2.6 and the base image is the same the difference is new details being added to values.yml file however I keep getting from the db migration k8s pod that it cannot find the dB hash xxxxx which is the dB schema for airflow 2.6 it current has the schema for airflow 2.5.
My option is to downgrade the live database but the process of backup and others problems is why I am seeking a second opinion if anyone has solved this