diff --git a/airflow/helm/airflow/Chart.yaml b/airflow/helm/airflow/Chart.yaml index 16c320859..ec6c4a246 100644 --- a/airflow/helm/airflow/Chart.yaml +++ b/airflow/helm/airflow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: airflow description: A Helm chart for airflow deployable on plural type: application -version: 0.3.39 +version: 0.3.40 appVersion: "2.6.3" sources: - https://github.com/pluralsh/plural-artifacts/airflow/helm/airflow diff --git a/airflow/helm/airflow/values.yaml.tpl b/airflow/helm/airflow/values.yaml.tpl index de86057d3..44174dda5 100644 --- a/airflow/helm/airflow/values.yaml.tpl +++ b/airflow/helm/airflow/values.yaml.tpl @@ -63,7 +63,7 @@ airflow: import jwt from airflow import configuration as conf from airflow.www.security import AirflowSecurityManager - from flask_appbuilder.security.manager import AUTH_OAUTH + from airflow.www.fab_security.manager import AUTH_OAUTH class PluralSecurityManager(AirflowSecurityManager): def _get_oauth_user_info(self, provider, response):