diff --git a/Dockerfile b/Dockerfile index f9792bd..7021194 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM apache/airflow:2.9.3 +FROM apache/airflow:2.10.1 COPY --chown=airflow:root ./dags /opt/airflow/dags diff --git a/helm/cas-airflow/Chart.lock b/helm/cas-airflow/Chart.lock index ed2ff19..0cddbcb 100644 --- a/helm/cas-airflow/Chart.lock +++ b/helm/cas-airflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: airflow repository: https://airflow.apache.org/ - version: 1.14.0 + version: 1.15.0 - name: cas-postgres repository: https://bcgov.github.io/cas-postgres/ version: 0.9.1 - name: terraform-bucket-provision repository: https://bcgov.github.io/cas-pipeline/ version: 0.1.3 -digest: sha256:114342e05ee4a8087aa7467c5c8c66cfda754260a4487767dd85fe7390a8196b -generated: "2024-07-17T08:37:47.279556926-07:00" +digest: sha256:fa547b34056cf2431a0354054e48b4efeefc39cd74be257e4e6a64b14cc9174e +generated: "2024-09-06T10:28:47.164109281-07:00" diff --git a/helm/cas-airflow/Chart.yaml b/helm/cas-airflow/Chart.yaml index e4012e5..fd222ef 100644 --- a/helm/cas-airflow/Chart.yaml +++ b/helm/cas-airflow/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: cas-airflow type: application -version: 2.0.4 -appVersion: 2.9.3 # The airflow version +version: 2.0.5 +appVersion: 2.10.1 # The airflow version description: Helm chart to deploy cas' flavour of airflow, compatible with OpenShift 4. This chart uses the vanilla airflow chart and adds cas' own templates and values. icon: https://www.astronomer.io/static/airflowNewA.png keywords: @@ -12,7 +12,7 @@ keywords: - bcgov dependencies: - name: airflow - version: "1.14.0" + version: "1.15.0" repository: "https://airflow.apache.org/" - name: cas-postgres version: "0.9.1" diff --git a/helm/cas-airflow/values.yaml b/helm/cas-airflow/values.yaml index a63e348..443dcd6 100644 --- a/helm/cas-airflow/values.yaml +++ b/helm/cas-airflow/values.yaml @@ -23,7 +23,7 @@ airflow: # Will be overridden by the git commit sha defaultAirflowTag: "to_override" - airflowVersion: "2.9.3" + airflowVersion: "2.10.1" # Enable RBAC (default on most clusters these days) rbac: