Em uma outra sugestão do forum referente a esse problema é sugerido cuidar para que a versão informado no dockerfile seja a mesma do chart.
Eu cheguei a essa mesma conclusão e alterei a versão informada no Dockerfile para refletir a mesma versão do chart atual no meu caso versão 1.15.0 e do aiflow 2.9.3. Infelizmente não funcionou provavelmente por mudanças no arquivo de configuração override-values.yml
.
Então preferi usar a versão do chart informada no curso na tentativa de resolver o problema. No segundo comando é exibido todas as versões do chart adicionado no repositorio local, sendo que a versão usado no curso foi a 1.7.0, sendo a versão do airflos 2.4.1
username@DESKTOP-QSTH0PG:~$ helm search repo apache-airflow --versions
NAME CHART VERSION APP VERSION DESCRIPTION
apache-airflow/airflow 1.15.0 2.9.3 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.14.0 2.9.2 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.13.1 2.8.3 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.13.0 2.8.2 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.12.0 2.8.1 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.11.0 2.7.1 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.10.0 2.6.2 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.9.0 2.5.3 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.8.0 2.5.1 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.7.0 2.4.1 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.6.0 2.3.0 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.5.0 2.2.4 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.4.0 2.2.3 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.3.0 2.2.1 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.2.0 2.1.4 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.1.0 2.1.2 The official Helm chart to deploy Apache Airflo...
apache-airflow/airflow 1.0.0 2.0.2 Helm chart to deploy Apache Airflow, a platform...
username@DESKTOP-QSTH0PG:~$
Sem alterar o Dockerfile execute o seguinte comando, que para o meu caso funcionou e não houve erros durante a inicialização dos pods:
helm upgrade --install airflow apache-airflow/airflow --namespace airflow -f override-values.yml --version 1.7.0